Add some Things
All checks were successful
/ build (push) Successful in 17s

This commit is contained in:
Correl Roush 2024-09-06 01:08:06 -04:00
parent ddef331ef3
commit 33270c3772
3 changed files with 21 additions and 0 deletions

9
content/things/one.html Normal file
View file

@ -0,0 +1,9 @@
---
title: Thing One
menus:
main:
parent: Things
weight: 1
---
Hey, it's a thing!

9
content/things/two.html Normal file
View file

@ -0,0 +1,9 @@
---
title: Thing Two
menus:
main:
parent: Things
weight: 2
---
Hey, it's another thing!

View file

@ -14,3 +14,6 @@ menus:
- name: 'About'
pageRef: '/about'
weight: 30
- name: 'Things'
pageRef: '/things'
weight: 40