summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-17 00:11:17 -0700
committerAnthony Fok <foka@debian.org>2015-01-17 00:11:17 -0700
commit769ab9e22476f3ddfbffae62f9ece3a8f2213d38 (patch)
treec1318df36147d2705f80780534ac4edba14bf923 /docs/config.toml
parenta4da52622c6b34d995fe51646fb3f015e9bd0aa5 (diff)
[Docs] Adjust sidebar menu width and capitalization
Make the sidebar menu slightly wider so the arrow does not get pushed to the next line. Also remove `text-transform: capitalize;` so we can have, e.g., "Table of Contents" rather than "Table Of Contents".
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml31
1 files changed, 19 insertions, 12 deletions
diff --git a/docs/config.toml b/docs/config.toml
index b6af1635e..295636ac2 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -1,4 +1,4 @@
-baseurl = "http://gohugo.io"
+baseurl = "http://gohugo.io/"
MetaDataFormat = "yaml"
[indexes]
@@ -21,38 +21,43 @@ MetaDataFormat = "yaml"
url = "http://discuss.gohugo.io"
weight = -150
[[menu.main]]
- name = "about hugo"
+ name = "About Hugo"
+ identifier = "about"
pre = "<i class='fa fa-heart'></i>"
weight = -110
- identifier = "about"
[[menu.main]]
- name = "getting started"
+ name = "Getting Started"
+ identifier = "getting started"
pre = "<i class='fa fa-road'></i>"
weight = -100
[[menu.main]]
- name = "content"
+ name = "Content"
+ identifier = "content"
pre = "<i class='fa fa-file-text'></i>"
weight = -90
[[menu.main]]
- name = "themes"
+ name = "Themes"
+ identifier = "themes"
pre = "<i class='fa fa-desktop'></i>"
weight = -85
[[menu.main]]
- name = "templates"
+ name = "Templates"
identifier = "layout"
pre = "<i class='fa fa-columns'></i>"
weight = -80
[[menu.main]]
- name = "taxonomies"
+ name = "Taxonomies"
identifier = "taxonomy"
pre = "<i class='fa fa-tags'></i>"
weight = -70
[[menu.main]]
- name = "extras"
+ name = "Extras"
+ identifier = "extras"
pre = "<i class='fa fa-gift'></i>"
weight = -60
[[menu.main]]
- name = "community"
+ name = "Community"
+ identifier = "community"
pre = "<i class='fa fa-group'></i>"
weight = -50
[[menu.main]]
@@ -61,10 +66,12 @@ MetaDataFormat = "yaml"
url = "http://discuss.gohugo.io"
weight = 150
[[menu.main]]
- name = "tutorials"
+ name = "Tutorials"
+ identifier = "tutorials"
pre = "<i class='fa fa-book'></i>"
weight = -40
[[menu.main]]
- name = "troubleshooting"
+ name = "Troubleshooting"
+ identifier = "troubleshooting"
pre = "<i class='fa fa-wrench'></i>"
weight = -30