summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-05-27 18:32:57 -0400
committerspf13 <steve.francia@gmail.com>2014-05-27 18:32:57 -0400
commita87f171bd4446773e05198427e920571af63e650 (patch)
treefd0190b231a16de117dd81f2fb984012308e05f3 /docs/config.toml
parentaeb06c7bcc12813bbad80761c8cdccb765ea443c (diff)
Updating / Rewriting / Adding all of the documentation in preparation for the next release
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 852cb14c5..11b968c71 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -1,27 +1,46 @@
baseurl = "http://hugo.spf13.com"
+MetaDataFormat = "yaml"
[indexes]
tag = "tags"
group = "groups"
[[menu.main]]
+ name = "about hugo"
+ pre = "<i class='fa fa-heart'></i>"
+ weight = -110
+ identifier = "about"
+[[menu.main]]
name = "getting started"
+ pre = "<i class='fa fa-road'></i>"
weight = -100
[[menu.main]]
name = "content"
+ pre = "<i class='fa fa-file-text'></i>"
weight = -90
[[menu.main]]
- name = "layout"
+ name = "themes"
+ pre = "<i class='fa fa-desktop'></i>"
+ weight = -85
+[[menu.main]]
+ name = "templates"
+ identifier = "layout"
+ pre = "<i class='fa fa-columns'></i>"
weight = -80
[[menu.main]]
- name = "taxonomy"
+ name = "taxonomies"
+ identifier = "taxonomy"
+ pre = "<i class='fa fa-tags'></i>"
weight = -70
[[menu.main]]
name = "extras"
+ pre = "<i class='fa fa-gift'></i>"
weight = -60
[[menu.main]]
name = "community"
+ pre = "<i class='fa fa-group'></i>"
weight = -50
[[menu.main]]
name = "tutorials"
+ pre = "<i class='fa fa-book'></i>"
weight = -40