update hugo readme

Former-commit-id: 03654f64005ea2a59a42e17dce8a711942252628 [formerly 0bb280658f5b7ce92b2a9b0ae1503ce69e7a5318] [formerly f27e55054c9bfbdcebf9df8ccb76a8d50ea12077 [formerly 9017bf3bf4]]
Former-commit-id: ce68d58c0e4cb032b03eeb55d9bffcc78d3e522a [formerly 23817ac037f1fda7aecede7dd13a9ec1abe94899]
Former-commit-id: f7edc6ae358595f8e3709cc85778cefe826e5d55
pull/726/head
Henrique Dias 2017-07-18 15:34:22 +01:00
parent eeff25998a
commit 382fa52b1b
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ When you set a relative path, such as `xxxxxxxxxx.db`, it will always be relativ
Manage the current working directory's Hugo website at `/admin`.
```
root public
hugo {
database myinstance.db
}
@ -51,6 +52,7 @@ hugo {
Manage the Hugo website located at `/var/www/mysite` at `/admin`.
```
root /var/www/mysite/public
hugo /var/www/mysite {
database myinstance.db
}
@ -59,6 +61,7 @@ hugo /var/www/mysite {
Manage the Hugo website located at `/var/www/mysite` at `/private`.
```
root /var/www/mysite/public
hugo /var/www/mysite /private {
database myinstance.db
}