update vxserver.dev to fsdproject.org

This commit is contained in:
2026-01-16 19:50:48 -05:00
parent 86c942105b
commit 9228e7a324
20 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
local fes = require("fes")
local std = fes.std
local u = fes.util
local site = fes.fes()
local title = "Free Software Distributions Project documentation"
site.title = title
site.copyright = u.copyright("https://git.vxserver.dev/fSD", "fSD")
site.favicon = "/static/favicon.ico"
site:banner(fes.app.header.render(std))
site:note(u.cc {
std.h2("Documentation pages"),
std.ul {
std.a("static/fes.html", "fes"),
}
})
return site