mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Docs: remove unnecessary --watch flag
This commit is contained in:
committed by
Anthony Fok
parent
796ef3a335
commit
fc627d5553
@@ -138,11 +138,11 @@ Once you have things set up, you can run `hugo server` or `hugo` before deployin
|
||||
~~~shell
|
||||
function hugoserver-com {
|
||||
cd /Users/me/dev/mainsite
|
||||
hugo server --buildDrafts --watch --verbose --source="/Users/me/dev/mainsite" --config="/Users/me/dev/mainsite/config_en.toml" --port=1377
|
||||
hugo server --buildDrafts --verbose --source="/Users/me/dev/mainsite" --config="/Users/me/dev/mainsite/config_en.toml" --port=1377
|
||||
}
|
||||
function hugoserver-jp {
|
||||
cd /Users/me/dev/mainsite
|
||||
hugo server --buildDrafts --watch --verbose --source="/Users/me/dev/mainsite" --config="/Users/me/dev/mainsite/config_ja.toml" --port=1399
|
||||
hugo server --buildDrafts --verbose --source="/Users/me/dev/mainsite" --config="/Users/me/dev/mainsite/config_ja.toml" --port=1399
|
||||
}
|
||||
~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user