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