From 488966dcb2600626563659f2ffbee43181e36a2d Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 9 Nov 2015 23:23:39 -0500 Subject: [PATCH] Add hugo theme site to the sidebar Also reorder the menu a bit and clarify a couple items. --- docs/config.toml | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 6b6599477..7c4752281 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,10 +1,10 @@ -title = "gohugo.io" +title = "Hugo: A Fast and Flexible Website Generator" baseurl = "http://gohugo.io/" MetaDataFormat = "yaml" pluralizeListTitles = false [params] - description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13 and friends in Go" + description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" author = "Steve Francia (spf13) and friends" [taxonomies] @@ -17,15 +17,20 @@ pluralizeListTitles = false url = "https://github.com/spf13/hugo/releases" weight = -200 [[menu.main]] - name = "Showcase" + name = "Site Showcase" pre = "" url = "/showcase/" weight = -180 +[[menu.main]] + name = "Theme Showcase" + pre = "" + url = "http://themes.gohugo.io" + weight = -170 [[menu.main]] name = "Press & Articles" pre = "" url = "/community/press/" - weight = -170 + weight = -160 [[menu.main]] name = "Discuss Hugo" pre = "" @@ -41,12 +46,6 @@ pluralizeListTitles = false identifier = "getting started" pre = "" weight = -100 -[[menu.main]] - name = "Hugo Commands" - identifier = "commands" - pre = "" - weight = -95 - url = "/commands/" [[menu.main]] name = "Content" identifier = "content" @@ -57,6 +56,11 @@ pluralizeListTitles = false identifier = "themes" pre = "" weight = -85 +[[menu.main]] + parent = "themes" + name = "Theme Showcase" + url = "http://themes.gohugo.io" + weight = -170 [[menu.main]] name = "Templates" identifier = "layout" @@ -72,11 +76,6 @@ pluralizeListTitles = false identifier = "extras" pre = "" weight = -60 -[[menu.main]] - name = "Tools" - url = "/tools/" - pre = "" - weight = -55 [[menu.main]] name = "Community" identifier = "community" @@ -97,3 +96,14 @@ pluralizeListTitles = false identifier = "troubleshooting" pre = "" weight = -30 +[[menu.main]] + name = "Tools" + url = "/tools/" + pre = "" + weight = -25 +[[menu.main]] + name = "Hugo Cmd Reference" + identifier = "commands" + pre = "" + weight = -20 + url = "/commands/"