Convert site config to YAML and move it to config/
Keep the old site config.toml around just in case.
This commit is contained in:
parent
cf5d8755ac
commit
48056e5be8
14 changed files with 53 additions and 0 deletions
13
config/_default/menu.yaml
Normal file
13
config/_default/menu.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
main:
|
||||
- identifier: blog
|
||||
name: Blog
|
||||
url: /blog/
|
||||
weight: 10
|
||||
- identifier: photos
|
||||
name: Photos
|
||||
url: /photos/
|
||||
weight: 20
|
||||
- identifier: about
|
||||
name: About
|
||||
url: /about/
|
||||
weight: 30
|
Loading…
Add table
Add a link
Reference in a new issue