summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-05-28 01:37:33 -0400
committerspf13 <steve.francia@gmail.com>2014-05-28 01:37:33 -0400
commit2a44ca543b26677a182fcb620b219a29dfe3a508 (patch)
tree9cbfb95c5b7ae2f392deaec073f0b3152e4ce6f1 /docs/config.toml
parent79dd1d02b49bc7a296e2eb607c29192709eeab06 (diff)
More doc site improvements. Added documentation's new layout
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 11b968c71..4dd348156 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -6,6 +6,11 @@ MetaDataFormat = "yaml"
group = "groups"
[[menu.main]]
+ name = "Download Hugo"
+ pre = "<i class='fa fa-download'></i>"
+ url = "https://github.com/spf13/hugo/releases"
+ weight = -200
+[[menu.main]]
name = "about hugo"
pre = "<i class='fa fa-heart'></i>"
weight = -110
@@ -37,10 +42,10 @@ MetaDataFormat = "yaml"
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
+[[menu.main]]
+ name = "community"
+ pre = "<i class='fa fa-group'></i>"
+ weight = -50