mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-22 19:51:28 +00:00
Add hugo theme site to the sidebar
Also reorder the menu a bit and clarify a couple items.
This commit is contained in:
parent
570713a478
commit
488966dcb2
1 changed files with 25 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
||||||
title = "gohugo.io"
|
title = "Hugo: A Fast and Flexible Website Generator"
|
||||||
baseurl = "http://gohugo.io/"
|
baseurl = "http://gohugo.io/"
|
||||||
MetaDataFormat = "yaml"
|
MetaDataFormat = "yaml"
|
||||||
pluralizeListTitles = false
|
pluralizeListTitles = false
|
||||||
|
|
||||||
[params]
|
[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"
|
author = "Steve Francia (spf13) and friends"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
@ -17,15 +17,20 @@ pluralizeListTitles = false
|
||||||
url = "https://github.com/spf13/hugo/releases"
|
url = "https://github.com/spf13/hugo/releases"
|
||||||
weight = -200
|
weight = -200
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Showcase"
|
name = "Site Showcase"
|
||||||
pre = "<i class='fa fa-cubes'></i>"
|
pre = "<i class='fa fa-cubes'></i>"
|
||||||
url = "/showcase/"
|
url = "/showcase/"
|
||||||
weight = -180
|
weight = -180
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Theme Showcase"
|
||||||
|
pre = "<i class='fa fa-puzzle-piece'></i>"
|
||||||
|
url = "http://themes.gohugo.io"
|
||||||
|
weight = -170
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Press & Articles"
|
name = "Press & Articles"
|
||||||
pre = "<i class='fa fa-bullhorn'></i>"
|
pre = "<i class='fa fa-bullhorn'></i>"
|
||||||
url = "/community/press/"
|
url = "/community/press/"
|
||||||
weight = -170
|
weight = -160
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Discuss Hugo"
|
name = "Discuss Hugo"
|
||||||
pre = "<i class='fa fa-comments'></i>"
|
pre = "<i class='fa fa-comments'></i>"
|
||||||
|
@ -41,12 +46,6 @@ pluralizeListTitles = false
|
||||||
identifier = "getting started"
|
identifier = "getting started"
|
||||||
pre = "<i class='fa fa-road'></i>"
|
pre = "<i class='fa fa-road'></i>"
|
||||||
weight = -100
|
weight = -100
|
||||||
[[menu.main]]
|
|
||||||
name = "Hugo Commands"
|
|
||||||
identifier = "commands"
|
|
||||||
pre = "<i class='fa fa-space-shuttle'></i>"
|
|
||||||
weight = -95
|
|
||||||
url = "/commands/"
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Content"
|
name = "Content"
|
||||||
identifier = "content"
|
identifier = "content"
|
||||||
|
@ -57,6 +56,11 @@ pluralizeListTitles = false
|
||||||
identifier = "themes"
|
identifier = "themes"
|
||||||
pre = "<i class='fa fa-desktop'></i>"
|
pre = "<i class='fa fa-desktop'></i>"
|
||||||
weight = -85
|
weight = -85
|
||||||
|
[[menu.main]]
|
||||||
|
parent = "themes"
|
||||||
|
name = "Theme Showcase"
|
||||||
|
url = "http://themes.gohugo.io"
|
||||||
|
weight = -170
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Templates"
|
name = "Templates"
|
||||||
identifier = "layout"
|
identifier = "layout"
|
||||||
|
@ -72,11 +76,6 @@ pluralizeListTitles = false
|
||||||
identifier = "extras"
|
identifier = "extras"
|
||||||
pre = "<i class='fa fa-gift'></i>"
|
pre = "<i class='fa fa-gift'></i>"
|
||||||
weight = -60
|
weight = -60
|
||||||
[[menu.main]]
|
|
||||||
name = "Tools"
|
|
||||||
url = "/tools/"
|
|
||||||
pre = "<i class='fa fa-cogs'></i>"
|
|
||||||
weight = -55
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Community"
|
name = "Community"
|
||||||
identifier = "community"
|
identifier = "community"
|
||||||
|
@ -97,3 +96,14 @@ pluralizeListTitles = false
|
||||||
identifier = "troubleshooting"
|
identifier = "troubleshooting"
|
||||||
pre = "<i class='fa fa-wrench'></i>"
|
pre = "<i class='fa fa-wrench'></i>"
|
||||||
weight = -30
|
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/"
|
||||||
|
|
Loading…
Reference in a new issue