modules: update + convert config from TOML to YAML
Poll results 11 YAML to 6 TOML: https://discord.com/channels/722225264733716590/738922126966521907/809481717031239700
This commit is contained in:
30
config/_default/menus.yaml
Normal file
30
config/_default/menus.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
# Navigation Links
|
||||
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
|
||||
# desired widget in your `content/home/` folder.
|
||||
# The weight parameter defines the order that the links will appear in.
|
||||
|
||||
main:
|
||||
- name: Home
|
||||
url: '#about'
|
||||
weight: 10
|
||||
- name: Posts
|
||||
url: '#posts'
|
||||
weight: 20
|
||||
- name: Projects
|
||||
url: '#projects'
|
||||
weight: 30
|
||||
- name: Talks
|
||||
url: '#talks'
|
||||
weight: 40
|
||||
- name: Publications
|
||||
url: '#featured'
|
||||
weight: 50
|
||||
- name: Contact
|
||||
url: '#contact'
|
||||
weight: 60
|
||||
|
||||
# Link to a PDF of your resume/CV from the menu.
|
||||
# To enable, copy your resume/CV to `static/uploads/resume.pdf` and uncomment the lines below.
|
||||
# - name: CV
|
||||
# url: uploads/resume.pdf
|
||||
# weight: 70
|
||||
Reference in New Issue
Block a user