mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Creating site menu configuration and have the docs site use it
This commit is contained in:
27
docs/config.toml
Normal file
27
docs/config.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
baseurl = "http://hugo.spf13.com"
|
||||
|
||||
[indexes]
|
||||
tag = "tags"
|
||||
group = "groups"
|
||||
|
||||
[[menu.main]]
|
||||
name = "getting started"
|
||||
weight = -100
|
||||
[[menu.main]]
|
||||
name = "content"
|
||||
weight = -90
|
||||
[[menu.main]]
|
||||
name = "layout"
|
||||
weight = -80
|
||||
[[menu.main]]
|
||||
name = "taxonomy"
|
||||
weight = -70
|
||||
[[menu.main]]
|
||||
name = "extras"
|
||||
weight = -60
|
||||
[[menu.main]]
|
||||
name = "community"
|
||||
weight = -50
|
||||
[[menu.main]]
|
||||
name = "tutorials"
|
||||
weight = -40
|
@@ -1,5 +0,0 @@
|
||||
indexes:
|
||||
tag: 'tags'
|
||||
group: 'groups'
|
||||
baseurl: 'http://hugo.spf13.com'
|
||||
...
|
Reference in New Issue
Block a user