hugo/docs/content/doc
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
..
configuration.md Fix JSON syntax error in example configuration 2013-08-01 20:52:00 +02:00
contributing.md Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
contributors.md Adding support for TOML, updating documentation 2013-07-08 22:23:54 -04:00
example.md Adding support for TOML, updating documentation 2013-07-08 22:23:54 -04:00
front-matter.md Adding support for TOML, updating documentation 2013-07-08 22:23:54 -04:00
indexes.md Including documentation on indexes 2013-08-03 03:29:49 -04:00
installing.md Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
license.md YAML support similar to jekyll (start and end with '---') 2013-07-08 17:57:01 -04:00
organization.md YAML support similar to jekyll (start and end with '---') 2013-07-08 17:57:01 -04:00
release-notes.md Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
roadmap.md Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
shortcodes.md YAML support similar to jekyll (start and end with '---') 2013-07-08 17:57:01 -04:00
source-directory.md Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
templates.md YAML support similar to jekyll (start and end with '---') 2013-07-08 17:57:01 -04:00
usage.md Fix example in docs that wouldn't work in practice 2013-08-05 21:45:01 +08:00
variables.md Updating a bunch of the docs 2013-08-03 03:30:34 -04:00