hugo/docs
Gergely Imreh f31ec3c280 Fix example in docs that wouldn't work in practice
The pflag package used in hugo has to use the "=" sign
for double dash options such as --source. Thus the original
example `--source ~/mysite` is already incorrect. Adding
the = sign though woul not fix things in this case, since
`--source=~/mysite` does not get resolved to /home/username/mysite,
but looks for the ./~/mysite directory within the current directory.

To resolve this, either the directory name has to be changed in
the docs not to use the "~" sign, or have to change to use the
single dash version of the command line flag. The latter seems
to be more in line with the rest of the example.

Leaving `--watch` as a double dash option to minimize the change,
though it could be either way, since the follow up example uses
the single dash version of both.
2013-08-05 21:45:01 +08:00
..
content/doc Fix example in docs that wouldn't work in practice 2013-08-05 21:45:01 +08:00
layouts Fixing link to contributor page on github 2013-08-03 03:33:39 -04:00
static/static/css Moved static content to /static 2013-08-03 03:10:14 -04:00
config.yaml sanity: move from json to yaml 2013-07-06 22:32:50 -04:00