edits
This commit is contained in:
7
bleh.txt
7
bleh.txt
@@ -8,16 +8,17 @@
|
|||||||
- base
|
- base
|
||||||
- config.toml
|
- config.toml
|
||||||
- id: "base"
|
- id: "base"
|
||||||
|
- tags: []
|
||||||
- title: ""
|
- title: ""
|
||||||
- type: page
|
- type: page
|
||||||
- path: Empty, Not meant to be visited
|
- path: Empty, Not meant to be visited
|
||||||
- comment: "Base page that others can extend from"
|
- comment: "Base page that others can extend from"
|
||||||
- include: [style.css] // <- FEATURE FOR LATER
|
|
||||||
- extras
|
- extras
|
||||||
- index.html
|
- index.html
|
||||||
- home
|
- home
|
||||||
- config.toml
|
- config.toml
|
||||||
- id: "mainHome"
|
- id: "mainHome"
|
||||||
|
- tags: ["home"]
|
||||||
- title: "home"
|
- title: "home"
|
||||||
- type: page
|
- type: page
|
||||||
- path: "/"
|
- path: "/"
|
||||||
@@ -28,9 +29,10 @@
|
|||||||
- second
|
- second
|
||||||
- config.toml
|
- config.toml
|
||||||
- id: "secondPage"
|
- id: "secondPage"
|
||||||
|
- tags: ["second", "2"]
|
||||||
- title: "bleh"
|
- title: "bleh"
|
||||||
- type: page
|
- type: page
|
||||||
- path: "/"
|
- path: "/second"
|
||||||
- extras
|
- extras
|
||||||
- web stamps
|
- web stamps
|
||||||
- extra data yk
|
- extra data yk
|
||||||
@@ -38,6 +40,7 @@
|
|||||||
- 404
|
- 404
|
||||||
- config.toml
|
- config.toml
|
||||||
- id: "404page"
|
- id: "404page"
|
||||||
|
- tags: ["fallback"]
|
||||||
- title: "home"
|
- title: "home"
|
||||||
- type: page
|
- type: page
|
||||||
- path: "/404"
|
- path: "/404"
|
||||||
|
|||||||
Reference in New Issue
Block a user