Add categories and tags in the menu
All checks were successful
Deploy / Deploy (push) Successful in 9s
All checks were successful
Deploy / Deploy (push) Successful in 9s
This commit is contained in:
parent
602aa22a1c
commit
a9d16c99ae
18
hugo.yaml
18
hugo.yaml
@ -50,7 +50,13 @@ params:
|
|||||||
default: "dark"
|
default: "dark"
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main: []
|
main:
|
||||||
|
- name: Categories
|
||||||
|
url: /categories/
|
||||||
|
weight: 50
|
||||||
|
- name: Tags
|
||||||
|
url: /tags/
|
||||||
|
weight: 60
|
||||||
|
|
||||||
social:
|
social:
|
||||||
- identifier: "mail"
|
- identifier: "mail"
|
||||||
@ -80,17 +86,17 @@ menu:
|
|||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
category: "categories"
|
category: "categories"
|
||||||
tag: "tags
|
tag: "tags"
|
||||||
|
|
||||||
related:
|
related:
|
||||||
includeNewer: true
|
includeNewer: true
|
||||||
threshold: 60
|
threshold: 60
|
||||||
toLower: false
|
toLower: false
|
||||||
indices:
|
indices:
|
||||||
- name: tags
|
- name: tags
|
||||||
weight: 10
|
weight: 10
|
||||||
- name: categories
|
- name: categories
|
||||||
weight: 20
|
weight: 20
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home:
|
home:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user