add gemini support

This commit is contained in:
2026-02-16 21:00:04 -05:00
parent 94818e25fe
commit 472e27b1fa
16 changed files with 465 additions and 129 deletions

View File

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