update site

This commit is contained in:
2026-01-02 10:23:15 -05:00
parent 5a32fbb0b2
commit b9d74d3abf
7 changed files with 29 additions and 9 deletions

View File

@@ -17,11 +17,17 @@ site:h2("Development")
site:p("You can " .. std.external("https://git.vxserver.dev/fSD/fes", "browse") .. " its source code or get a copy using the following command:")
site:code("git clone https://git.vxserver.dev/fSD/fes")
site:h2("Docker")
site:p("You can deploy websites using the " .. std.external("https://git.vxserver.dev/fSD/-/packages/container/fes/latest", "docker") .. " image:")
site:code("docker pull git.vxserver.dev/fsd/fes:latest")
site:h2("Download")
site:ul {
std.p(std.a("/archive/fes/latest/fes.tar.gz", "fes-beta") .. " (2025-31-12)")
std.p(std.a("/archive/fes/fes-0.1.0.tar.gz", "fes-0.1.0") .. " (2026-02-1)"),
std.a("/archive/fes", "Looking for specific version?")
}
site:note(fes.app.footer.render(std))
return site

View File

@@ -19,7 +19,8 @@ site:code("git clone https://git.vxserver.dev/fSD/yait")
site:h2("Download")
site:ul {
std.p(std.a("/archive/yait/latest/yait.tar.gz", "yait-1.0") .. " (2025-31-12)")
std.p(std.a("/archive/yait/latest/yait.tar.gz", "yait-1.0") .. " (2025-31-12)"),
std.a("/archive/yait", "Looking for specific version?")
}
site:note(fes.app.footer.render(std))