wip
This commit is contained in:
44
bleh.txt
Normal file
44
bleh.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user