Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
git clone https://github.com/spf13/hugo
cd hugo
- /path/to/hugo/from/step/1/hugo server --source ./docs
+ /path/to/hugo/from/step/1/hugo server --source=./docs
> 29 pages created
> 0 tags index created
> in 27 ms
Now we are going to run hugo again, but this time with hugo in watch mode.
- /path/to/hugo/from/step/1/hugo server --source ./docs --watch
+ /path/to/hugo/from/step/1/hugo server --source=./docs --watch
> 29 pages created
> 0 tags index created
> in 27 ms