Add pages
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nicholas 2024-03-05 18:57:36 +00:00
parent c9be15ae60
commit 1301424691
7 changed files with 11 additions and 4 deletions

1
site/Page1.md Normal file
View File

@ -0,0 +1 @@
This is page one

1
site/Page2.md Normal file
View File

@ -0,0 +1 @@
This is page two

1
site/Page3.md Normal file
View File

@ -0,0 +1 @@
This is page three - yay

View File

@ -1,4 +1 @@
---
intro: This is not a test, this is rock and roll
---
This is not a test, this is rock and roll

4
site/_sidebar.md Normal file
View File

@ -0,0 +1,4 @@
* [HOME](README.md)
* [Page1](Page1.md)
* [Page2](Page2.md)
* [Page3](Page3.md)

View File

@ -30,7 +30,10 @@ collections:
name: Pages
files:
- label: "Landing Page"
name: readme
file: "site/README.md"
fields:
- {label: Intro, name: intro, widget: markdown}
- label: "Sidebar"
file: "site/_sidebar.md"
fields:
- {label: Intro, name: intro, widget: markdown}

0
site/assets/images/.keep Normal file
View File