275e1c0d23
more examples and explanation of go templating
...
Emphasizing to people (like me) who aren't familiar with Go that just because something's not mentioned in the Hugo docs doesn't mean it's not possible
2014-09-11 17:22:08 -04:00
012a473e27
added "eq" function to docs.
2014-09-11 17:02:20 -04:00
b336abcf81
Fix typo in Archetypes documentation.
...
Archetype was spelled archtype in one of the headers.
2014-09-08 11:54:40 -04:00
5dd3eaabee
More proofreading and minor revisions to Hugo docs
...
Among the various changes, most instances of
{{ template "partials/FILE.html" . }}
were changed to
{{ partial "FILE.html" . }}
Also, in main.go, change "2013" to "2013-14".
2014-09-08 11:41:10 -04:00
05102f1b79
Fixing typo in ordering.md fixed #401
2014-09-02 17:09:56 -04:00
b4d3195f65
Adding V0.12 release notes
2014-09-01 10:00:45 -04:00
a6022293af
Minor proofreading corrections to Hugo docs
2014-09-01 08:19:40 -04:00
c1b9e8d54b
quickstart.md: Put long options inside backticks
...
Also minor adjustment to blank lines.
2014-08-30 01:16:18 -04:00
93addfcbee
Adding documentation about 'where' and cleaning up docs around first.
2014-08-30 00:57:38 -04:00
0ce4ec1edb
Added more examples and cleaned up the GroupBy functionality documentation
2014-08-30 00:21:47 -04:00
bb02a14b1e
Adding a page listing the different methods available to Taxonomies.
2014-08-29 23:42:26 -04:00
ba8f652acc
More taxonomy examples in templates.
2014-08-29 23:41:53 -04:00
6f9f93f34b
Fixing the taxonomy example. Fixed #318 .
2014-08-29 23:39:55 -04:00
d3646aaac0
Be more specific about .Params content
...
I'm not sure whether this is *always* the case, but it's definitely have been my experience so far. :)
2014-08-28 13:04:00 -04:00
7de320920c
Shortcodes are content files specific.
...
This fixes spf13/hugo#440 .
2014-08-28 12:59:52 -04:00
6f9db4a784
Add document about page grouping functions
2014-08-28 12:56:32 -04:00
828401cbe6
More press additions
2014-08-27 11:47:12 -04:00
954498803d
Added ucsb to showcase
2014-08-26 14:37:12 -04:00
dcda66dfab
More Press
2014-08-26 14:36:38 -04:00
4a91b8c7fd
fixed #389 . Added alias for missing page.
2014-08-26 13:16:45 -04:00
1c1615d794
Adding a bunch of new sites to the showcase
2014-08-26 12:27:25 -04:00
c9a6b2b93c
Adding a bunch of new press to the Press page.
2014-08-26 12:26:29 -04:00
294222ac74
Fixing a broken link in the docs
2014-08-25 14:02:39 -04:00
867683e473
Add link for learning more about static directory
2014-08-20 14:23:17 -04:00
04d412ed16
Fixed showcase image paths
2014-08-20 11:17:38 -04:00
aae1ff3c92
Adding IsNode & IsPage functions to Page & Node
2014-08-19 21:27:13 -04:00
27c0ec3163
Added a note after the script adding potential issues per @franklinwise's feedback
2014-08-18 11:58:49 -04:00
6e15f652bd
Added yaml menu example
...
Added yaml menu example, matching with existing toml example. Also added link to sitewide config page.
2014-08-18 11:30:00 -04:00
5d8ac54f73
Config changes and Live Reload
...
I noticed that config file changes do not work with Live Reload feature. This may be "fixed" in future but for now adding a note might avoid confusion.
2014-08-18 11:28:42 -04:00
09115a9623
Fix #394 - Docs: add a missing link to the livereload page in the intro
2014-08-18 11:24:53 -04:00
e9b47da081
hugo builds no site if there are only drafts
...
if you run:
hugo
and all of your posts are drafts, no site gets build.
2014-08-18 11:21:45 -04:00
3e9fc47ad2
Adding more press
2014-08-10 00:17:36 -04:00
cbb29795c3
Docs-removed bullet and broken link for catagetories. Included category text in bullet for taxonomies
2014-08-09 23:31:28 -04:00
1778f28c87
remove extraneous "Because"
2014-08-06 05:39:58 -04:00
f556cb4414
update docs for permalinks with all fields
...
List all the fields and what they mean, based on hugolib/permalinks.go
2014-08-06 00:05:40 -04:00
29c45dd690
make type-or-section more obvious
...
It took me a long time to realize that /layouts/TYPE or SECTION/LAYOUT.html was supposed to be a single URL and not two urls (/layouts/TYPE) or (SECTION/LAYOUT.html) ... putting in the hyphens I think makes it much more clear it's all one URL, and only the middle part is an either-or.
2014-08-06 00:05:05 -04:00
d8b78c3da2
Update press.md
2014-08-05 17:19:56 +01:00
3eb480a62f
fix link to template primer
2014-06-30 15:20:03 -04:00
b76719744d
taxonomies -> Taxonomies
2014-06-30 15:19:28 -04:00
836b1800f9
Fix minor typo in file docs/content/templates/overview.md
2014-06-30 15:18:46 -04:00
0e57e32f54
do not use angle brackets in hyperlink labels
2014-06-30 15:16:30 -04:00
406233f052
Included instructions for omitting disqus comments on localhost.
2014-06-30 14:55:42 -04:00
86c3de4be1
Fix #263 , document HTML comments & IE conditionals
2014-06-30 14:51:30 -04:00
b2b7ba4243
fixing typo in docs
2014-06-30 14:49:24 -04:00
c297d7451f
Adding 'partial' template function to add theme / local awareness to the partials directory.
2014-06-06 16:15:19 -04:00
7b7ce11787
Add empty line to correctly render a list
2014-06-03 15:09:53 -04:00
05875153bc
Converting front matter to YAML
2014-05-29 18:45:22 -04:00
012823a32a
Update menu documentation to be accurate
2014-05-29 18:45:21 -04:00
0c2544608c
Add future details to documentation
2014-05-29 01:02:43 -04:00
d65061dffb
Adding TechMadePlain to showcase
...
Thanks to Hugo I get to write all my posts in Markdown.
2014-05-28 17:58:31 -04:00