Add pages
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
c9be15ae60
commit
1301424691
|
@ -0,0 +1 @@
|
|||
This is page one
|
|
@ -0,0 +1 @@
|
|||
This is page two
|
|
@ -0,0 +1 @@
|
|||
This is page three - yay
|
|
@ -1,4 +1 @@
|
|||
---
|
||||
intro: This is not a test, this is rock and roll
|
||||
---
|
||||
This is not a test, this is rock and roll
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
* [HOME](README.md)
|
||||
* [Page1](Page1.md)
|
||||
* [Page2](Page2.md)
|
||||
* [Page3](Page3.md)
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue