ref: 488966dcb2600626563659f2ffbee43181e36a2d
parent: 570713a478e8cf898eeaa8c1af5d35d6e0519bb4
author: spf13 <[email protected]>
date: Mon Nov 9 18:23:39 EST 2015
Add hugo theme site to the sidebar Also reorder the menu a bit and clarify a couple items.
--- 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 @@
url = "https://github.com/spf13/hugo/releases"
weight = -200
[[menu.main]]
- name = "Showcase"
+ name = "Site Showcase"
pre = "<i class='fa fa-cubes'></i>"
url = "/showcase/"
weight = -180
[[menu.main]]
+ name = "Theme Showcase"
+ pre = "<i class='fa fa-puzzle-piece'></i>"
+ url = "http://themes.gohugo.io"
+ weight = -170
+[[menu.main]]
name = "Press & Articles"
pre = "<i class='fa fa-bullhorn'></i>"
url = "/community/press/"
- weight = -170
+ weight = -160
[[menu.main]]
name = "Discuss Hugo"
pre = "<i class='fa fa-comments'></i>"
@@ -42,12 +47,6 @@
pre = "<i class='fa fa-road'></i>"
weight = -100
[[menu.main]]
- name = "Hugo Commands"
- identifier = "commands"
- pre = "<i class='fa fa-space-shuttle'></i>"
- weight = -95
- url = "/commands/"
-[[menu.main]]
name = "Content"
identifier = "content"
pre = "<i class='fa fa-file-text'></i>"
@@ -58,6 +57,11 @@
pre = "<i class='fa fa-desktop'></i>"
weight = -85
[[menu.main]]
+ parent = "themes"
+ name = "Theme Showcase"
+ url = "http://themes.gohugo.io"
+ weight = -170
+[[menu.main]]
name = "Templates"
identifier = "layout"
pre = "<i class='fa fa-columns'></i>"
@@ -73,11 +77,6 @@
pre = "<i class='fa fa-gift'></i>"
weight = -60
[[menu.main]]
- name = "Tools"
- url = "/tools/"
- pre = "<i class='fa fa-cogs'></i>"
- weight = -55
-[[menu.main]]
name = "Community"
identifier = "community"
pre = "<i class='fa fa-group'></i>"
@@ -97,3 +96,14 @@
identifier = "troubleshooting"
pre = "<i class='fa fa-wrench'></i>"
weight = -30
+[[menu.main]]
+ name = "Tools"
+ url = "/tools/"
+ pre = "<i class='fa fa-cogs'></i>"
+ weight = -25
+[[menu.main]]
+ name = "Hugo Cmd Reference"
+ identifier = "commands"
+ pre = "<i class='fa fa-space-shuttle'></i>"
+ weight = -20
+ url = "/commands/"