mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
add menu section to sample config.yml
This commit is contained in:
parent
4c54fb88f0
commit
a63c853e11
@ -129,6 +129,21 @@ params:
|
|||||||
analytics:
|
analytics:
|
||||||
google:
|
google:
|
||||||
SiteVerificationTag: "XYZabc"
|
SiteVerificationTag: "XYZabc"
|
||||||
|
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: categories
|
||||||
|
name: categories
|
||||||
|
url: /categories/
|
||||||
|
weight: 10
|
||||||
|
- identifier: tags
|
||||||
|
name: tags
|
||||||
|
url: /tags/
|
||||||
|
weight: 20
|
||||||
|
- identifier: example
|
||||||
|
name: example.org
|
||||||
|
url: https://example.org
|
||||||
|
weight: 30
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user