create default site

This commit is contained in:
2025-12-28 17:07:08 -05:00
parent 11ab1630be
commit 5a733b8642
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
local fes = require("fes")
local site = fes.fes()
-- site.copyright = fes.util.copyright("https://example.com", "vx-clutch")
site:h1("Hello, World!")
return site