update hugo readme

pull/144/head
Henrique Dias 2017-07-18 15:34:22 +01:00
parent 0bb751b24b
commit 9017bf3bf4
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
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
}