hugo.yaml: A menu for the whole site
This commit is contained in:
parent
1a0c484a7b
commit
a0515e9688
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@ markup:
|
||||||
highlight:
|
highlight:
|
||||||
noClasses: false
|
noClasses: false
|
||||||
|
|
||||||
|
menus:
|
||||||
|
main:
|
||||||
|
- name: Blog
|
||||||
|
pageRef: "/blog"
|
||||||
|
weight: 20
|
||||||
|
- name: Tests
|
||||||
|
pageRef: "/tests"
|
||||||
|
weight: 30
|
||||||
|
|
||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue