save
This commit is contained in:
@@ -4,11 +4,7 @@ local u = fes.util
|
||||
|
||||
local site = fes.fes()
|
||||
|
||||
site.title = "yait - Yet Another Init Tool"
|
||||
site.copyright = u.copyright("https://git.vxserver.dev/fSD", "fSD")
|
||||
site.favicon = "/static/favicon.ico"
|
||||
|
||||
site:banner(fes.app.header.render(std))
|
||||
fes.app.global.start(fes, site, "yait")
|
||||
|
||||
site:h2("Yait")
|
||||
site:muted("Yait is a highly opinionated C and SH project generator.")
|
||||
@@ -20,9 +16,9 @@ site:code("git clone https://git.vxserver.dev/fSD/yait")
|
||||
site:h2("Download")
|
||||
site:ul {
|
||||
std.p(std.a("/archive/yait/yait-1.0.tar.gz", "yait-1.0") .. " (2025-31-12)"),
|
||||
std.a("/archive/yait", "Looking for specific version?")
|
||||
std.a("/archive/tools", "Looking for specific version?")
|
||||
}
|
||||
|
||||
site:note(fes.app.footer.render(std))
|
||||
fes.app.global.finish(fes, site)
|
||||
|
||||
return site
|
||||
|
||||
Reference in New Issue
Block a user