erynwells.me/config/_default/menu.yaml
Eryn Wells be6c69c9d6 Convert site config to YAML and move it to config/
Keep the old site config.toml around just in case.
2022-11-15 17:45:45 -08:00

13 lines
216 B
YAML

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