This commit is contained in:
2026-01-12 14:50:20 +00:00
parent a059b91327
commit a5659dda04
7 changed files with 245 additions and 22 deletions

44
bleh.txt Normal file
View 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