erynwells.me/config/_default/menu.yaml
Eryn Wells 8a16e94621 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:18 -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