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"
|
||||
|
||||
menu:
|
||||
main: []
|
||||
main:
|
||||
- name: Categories
|
||||
url: /categories/
|
||||
weight: 50
|
||||
- name: Tags
|
||||
url: /tags/
|
||||
weight: 60
|
||||
|
||||
social:
|
||||
- identifier: "mail"
|
||||
@ -80,17 +86,17 @@ menu:
|
||||
|
||||
taxonomies:
|
||||
category: "categories"
|
||||
tag: "tags
|
||||
tag: "tags"
|
||||
|
||||
related:
|
||||
includeNewer: true
|
||||
threshold: 60
|
||||
toLower: false
|
||||
indices:
|
||||
- name: tags
|
||||
weight: 10
|
||||
- name: categories
|
||||
weight: 20
|
||||
- name: tags
|
||||
weight: 10
|
||||
- name: categories
|
||||
weight: 20
|
||||
|
||||
outputs:
|
||||
home:
|
||||
|
Loading…
x
Reference in New Issue
Block a user