This commit is contained in:
2025-12-07 15:36:48 -05:00
parent 8b283ef467
commit a61abf0d4c
5 changed files with 96 additions and 26 deletions

View File

@@ -4,14 +4,18 @@ local u = fes.util
local site = fes.fes()
site.title = "Free Software Distributions Documentation"
site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD", "fSD")
local title = "Free Software Distributions Project documentation"
site.title = title
site.copyright = u.copyright("https://git.vxserver.dev/fSD", "fSD")
site:banner(fes.app.header.render(std))
site:note(u.cc({
std.h1("Free Software Distributions Documentation"),
std.blockquote(std.h1("NOT IMPLEMENTED")),
}))
site:note(u.cc {
std.h2("Documentation pages"),
std.tl {
std.a("fes", "fes"),
}
})
return site