Commit Graph

1828 Commits

Author SHA1 Message Date
Hideo Hattori 78afe8d344 update document for content directory 2013-08-06 03:14:40 +09:00
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
spf13 de9f9ae16e Fixing getting started link. 2013-08-05 11:12:39 +02:00
spf13 f6e590e536 Fixing link to contributor page on github 2013-08-03 03:33:39 -04:00
spf13 6efbd93a38 Updating a bunch of the docs 2013-08-03 03:30:34 -04:00
spf13 def5f10183 Including documentation on indexes 2013-08-03 03:29:49 -04:00
spf13 21a7b72535 Moved static content to /static 2013-08-03 03:10:14 -04:00
Sebastian Müller 4efdb90943 Fix JSON syntax error in example configuration 2013-08-01 20:52:00 +02:00
spf13 16b1f284ca Improving installation instructions 2013-07-24 11:43:23 -04:00
spf13 627cf26571 Adding proper command line option parsing 2013-07-19 00:38:24 -07:00
spf13 8fae5f0dd6 Default is now pretty urls (without .html)
Adding --uglyurls option to retain previous behavior
2013-07-19 00:10:42 -07:00
spf13 dcd8ff716a Adding better source build instructions 2013-07-18 22:30:55 -07:00
spf13 f199004989 GO -> Go 2013-07-15 17:44:51 -07:00
spf13 8d50dd9160 fixing typo in config readme 2013-07-11 23:29:14 -04:00
spf13 75a2e6d4e8 Now support for config files as yaml, json or toml 2013-07-11 22:04:57 -04:00
tycho garen 4951ff998c rst: fixing rst output processing 2013-07-09 08:16:29 -04:00
spf13 d2a6267ad7 Adding support for TOML, updating documentation 2013-07-08 22:23:54 -04:00
spf13 3c80cd323c YAML support similar to jekyll (start and end with '---') 2013-07-08 17:57:01 -04:00
tycho garen d0ff31269a minor: correcting example 2013-07-07 11:59:19 -04:00
tycho garen f851c4162b fix: changing terminal yaml line, generalizing forematter splitting 2013-07-07 10:01:53 -04:00
tycho garen b024454ea9 fixes: returning json parsing, error messages, yaml header offsets 2013-07-07 01:03:12 -04:00
tycho garen 6c42d3d490 fix: parsing of yaml forematter 2013-07-06 23:37:47 -04:00
tycho garen 431fa0e2d7 changing to suport yaml rather than json and adding optional restructuredtext support 2013-07-06 22:48:12 -04:00
tycho garen a7f5f97bc2 sanity: move from json to yaml 2013-07-06 22:32:50 -04:00
Steve Francia 77d142ba17 fixing typos 2013-07-05 00:37:59 -04:00
Steve Francia 0d63bf00c3 better install instructions and fixing usage typo 2013-07-05 00:35:11 -04:00
spf13 3ec920ac0f adding better install directions 2013-07-04 13:03:16 -04:00
spf13 6e16449e5f adding hugo 2013-07-04 11:32:55 -04:00