add menu section to sample config.yml

This commit is contained in:
Kian Kasad 2020-12-15 09:41:18 -08:00 committed by Aditya Telange
parent 4c54fb88f0
commit a63c853e11

View File

@ -129,6 +129,21 @@ params:
analytics:
google:
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
```
---