We mentioned in the welcome page
There is always a Hugo server running for you (in the directory of Hugo workplace) so that the website can dynamically update according to your changes.
Therefore, instead of launching hugo server as it introduces in the Quickstart, you are supposed to parse a site parameter to the instance by:
$ slapos request 'Embedded Instance' https://lab.nexedi.com/nexedi/slapos/raw/master/software/hugo/software.cfg --parameters site='quickstart'
The software name and software release uri can be found by
$ slapos service list
# OUTPUT
# List of services:
# Embedded Instance https://lab.nexedi.com/nexedi/slapos/raw/master/software/hugo/software.cfg
Then launch command to re-instanciate:
$ slapos node instance --all
More information about rapidspace-HowTo.Supply.A.Software.And.Request.An.Instance.On.Theia.Runner