modules: update - get workaround for Hugo remote figure error
And convert remaining Demo config from TOML to YAML
This commit is contained in:
27
exampleSite/config/_default/menus.yaml
Normal file
27
exampleSite/config/_default/menus.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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: Demo
|
||||
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: Courses
|
||||
url: courses/
|
||||
weight: 60
|
||||
- name: Contact
|
||||
url: '#contact'
|
||||
weight: 70
|
||||
Reference in New Issue
Block a user