Move menu info inside front-matter
This commit is contained in:
parent
c91e325806
commit
597ad23238
5 changed files with 21 additions and 19 deletions
20
config.yml
20
config.yml
|
|
@ -38,16 +38,10 @@ menu:
|
|||
main:
|
||||
- name: "Blog"
|
||||
url: ""
|
||||
weight: 1
|
||||
weight: 10
|
||||
- name: "Tags"
|
||||
url: "tags/"
|
||||
weight: 2
|
||||
- name: "About"
|
||||
url: "about/"
|
||||
weight: 3
|
||||
- name: "Talks"
|
||||
url: "talks/"
|
||||
weight: 4
|
||||
weight: 20
|
||||
|
||||
languages:
|
||||
en:
|
||||
|
|
@ -74,13 +68,7 @@ languages:
|
|||
main:
|
||||
- name: "Articles"
|
||||
url: ""
|
||||
weight: 1
|
||||
weight: 10
|
||||
- name: "Tags"
|
||||
url: "tags/"
|
||||
weight: 2
|
||||
- name: "À propos"
|
||||
url: "a-propos/"
|
||||
weight: 3
|
||||
- name: "Conférences"
|
||||
url: "conferences/"
|
||||
weight: 4
|
||||
weight: 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue