alpha p7
This commit is contained in:
5
examples/archive/Fes.toml
Normal file
5
examples/archive/Fes.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[app]
|
||||
|
||||
name = "archive"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
BIN
examples/archive/archive/2025/seal.png
Normal file
BIN
examples/archive/archive/2025/seal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
8
examples/archive/www/index.lua
Normal file
8
examples/archive/www/index.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local fes = require("fes")
|
||||
local site = fes.fes()
|
||||
|
||||
site.title = "archive"
|
||||
|
||||
site:h1("Hello, World!")
|
||||
|
||||
return site
|
||||
@@ -1,5 +1 @@
|
||||
[app]
|
||||
|
||||
name = "error"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
dhasjkdhaskjdhaskhdajkshjk
|
||||
|
||||
5
examples/static/Fes.toml
Normal file
5
examples/static/Fes.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[app]
|
||||
|
||||
name = "static"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
1
examples/static/static/foo
Normal file
1
examples/static/static/foo
Normal file
@@ -0,0 +1 @@
|
||||
this is some neat data
|
||||
8
examples/static/www/index.lua
Normal file
8
examples/static/www/index.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local fes = require("fes")
|
||||
local site = fes.fes()
|
||||
|
||||
site.title = "static"
|
||||
|
||||
site:h1("Hello, World!")
|
||||
|
||||
return site
|
||||
Reference in New Issue
Block a user