This commit is contained in:
parent
dc3ddee9bc
commit
1d20596607
43
hugo.yaml
43
hugo.yaml
@ -12,6 +12,21 @@ languages:
|
||||
sidebar:
|
||||
subtitle: "Homelab & Automation"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: categories
|
||||
name: Categories
|
||||
url: /categories
|
||||
weight: 50
|
||||
params:
|
||||
icon: "categories"
|
||||
- identifier: tags
|
||||
name: Tags
|
||||
url: /tags
|
||||
weight: 60
|
||||
params:
|
||||
icon: "tag"
|
||||
|
||||
fr:
|
||||
languageName: Français
|
||||
weight: 2
|
||||
@ -19,6 +34,21 @@ languages:
|
||||
sidebar:
|
||||
subtitle: "Homelab & Automatisation"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: categories
|
||||
name: Catégories
|
||||
url: /fr/categories
|
||||
weight: 50
|
||||
params:
|
||||
icon: "categories"
|
||||
- identifier: tags
|
||||
name: Mots Clés
|
||||
url: /fr/tags
|
||||
weight: 60
|
||||
params:
|
||||
icon: "tag"
|
||||
|
||||
frontmatter:
|
||||
format: "yaml"
|
||||
|
||||
@ -65,19 +95,6 @@ params:
|
||||
toggle: true
|
||||
default: "dark"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: categories
|
||||
pageRef: /categories
|
||||
weight: 50
|
||||
params:
|
||||
icon: "categories"
|
||||
- Name: tags
|
||||
pageRef: /tags
|
||||
weight: 60
|
||||
params:
|
||||
icon: "tag"
|
||||
|
||||
social:
|
||||
- identifier: "mail"
|
||||
name: Mail
|
||||
|
Loading…
x
Reference in New Issue
Block a user