48 lines
819 B
Plaintext
48 lines
819 B
Plaintext
- templete-serve
|
|
- config.toml
|
|
- home
|
|
- id: "MAINHOME"
|
|
- type: root
|
|
- assets
|
|
- pngs & mp4's
|
|
- base
|
|
- config.toml
|
|
- id: "base"
|
|
- tags: []
|
|
- title: ""
|
|
- type: page
|
|
- path: Empty, Not meant to be visited
|
|
- comment: "Base page that others can extend from"
|
|
- extras
|
|
- index.html
|
|
- home
|
|
- config.toml
|
|
- id: "mainHome"
|
|
- tags: ["home"]
|
|
- title: "home"
|
|
- type: page
|
|
- path: "/"
|
|
- extras
|
|
- web stamps
|
|
- extra data yk
|
|
- index.html
|
|
- second
|
|
- config.toml
|
|
- id: "secondPage"
|
|
- tags: ["second", "2"]
|
|
- title: "bleh"
|
|
- type: page
|
|
- path: "/second"
|
|
- extras
|
|
- web stamps
|
|
- extra data yk
|
|
- index.html
|
|
- 404
|
|
- config.toml
|
|
- id: "404page"
|
|
- tags: ["fallback"]
|
|
- title: "home"
|
|
- type: page
|
|
- path: "/404"
|
|
- index.html
|