1
0
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:
digitalcraftsman
2015-12-24 23:26:04 +01:00
committed by Anthony Fok
parent 796ef3a335
commit fc627d5553
4 changed files with 6 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ As a bonus, the shortcode named parameters are, arguably, more readable.
## Finishing touches
### Fix content
Depending on the amount of customization that was done with each post with Jekyll, this step will require more or less effort. There are no hard and fast rules here except that `hugo server --watch` is your friend. Test your changes and fix errors as needed.
Depending on the amount of customization that was done with each post with Jekyll, this step will require more or less effort. There are no hard and fast rules here except that `hugo server` is your friend. Test your changes and fix errors as needed.
### Clean up
You'll want to remove the Jekyll configuration at this point. If you have anything else that isn't used, delete it.