hugo/create/skeletons/theme/config/_default/menus.toml
Joe Mooring b6538532f4 commands/new: Embed site and theme skeletons
The skeletons are used when creating new sites and themes with the CLI.

Closes #11358
2023-08-21 10:38:22 +02:00

14 lines
159 B
TOML

[[main]]
name = 'Home'
pageRef = '/'
weight = 10
[[main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[main]]
name = 'Tags'
pageRef = '/tags'
weight = 30