shithub: hugo

Download patch

ref: ecb2aca6a2f75a703d64a88e30a8a11e2fe6eaac
parent: fb0facefa83466e5e47b59cedeedcdc8f23e757d
author: Saint Asky <[email protected]>
date: Thu Mar 5 05:57:06 EST 2015

Update github-pages-blog.md

change `hugo serve` to `hugo server`

--- a/docs/content/tutorials/github-pages-blog.md
+++ b/docs/content/tutorials/github-pages-blog.md
@@ -251,7 +251,7 @@
 1. Create on GitHub `<your-project>-hugo` repository (it will host Hugo's content)
 2. Create on GitHub `<username>.github.io` repository (it will host the `public` folder: the static website)
 2. `git clone <<your-project>-hugo-url> && cd <your-project>-hugo`
-3. Make your website work locally (`hugo serve --watch -t <yourtheme>`)
+3. Make your website work locally (`hugo server --watch -t <yourtheme>`)
 4. Once you are happy with the results, <kbd>Ctrl</kbd>+<kbd>C</kbd> (kill server) and `rm -rf public` (don't worry, it can always be regenerated with `hugo -t <yourtheme>`)
 5. `git submodule add [email protected]:<username>/<username>.github.io.git public`
 6. Almost done: add a `deploy.sh` script to help you (and make it executable: `chmod +x deploy.sh`):