update site
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
fsd:
|
fsd:
|
||||||
image: git.vxserver.dev/fsd/fes:latest
|
image: git.vxserver.dev/fsd/fes:0.1
|
||||||
ports:
|
ports:
|
||||||
- "2100:3000"
|
- "2100:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./fsd.vxserver.dev:/app:Z
|
- ./fsd.vxserver.dev:/app
|
||||||
docs:
|
docs:
|
||||||
image: git.vxserver.dev/fsd/fes:latest
|
image: git.vxserver.dev/fsd/fes:0.1
|
||||||
ports:
|
ports:
|
||||||
- "2101:3000"
|
- "2101:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./docs.vxserver.dev:/app:Z
|
- ./docs.vxserver.dev:/app
|
||||||
|
|||||||
Binary file not shown.
@@ -16,17 +16,28 @@ site:custom(fes.markdown_to_html([[
|
|||||||
News
|
News
|
||||||
===
|
===
|
||||||
|
|
||||||
2025-12-31
|
2026-01-02
|
||||||
|
----------
|
||||||
|
Some changes were made to this site.
|
||||||
|
[sites](https://git.vxserver.dev/fSD/sites)
|
||||||
|
* Update fes's release page
|
||||||
|
* Update release archive structure
|
||||||
|
* Add way to get to archive fromr release
|
||||||
|
|
||||||
|
2026-01-01
|
||||||
|
----------
|
||||||
|
[fes-1.0.0](/releases/fes) released: [download](/archive/fes/fes-0.1.0.tar.gz)
|
||||||
|
|
||||||
|
2025-31-12
|
||||||
----------
|
----------
|
||||||
Some changes were made to this site.
|
Some changes were made to this site.
|
||||||
[sites](https://git.vxserver.dev/fSD/sites)
|
[sites](https://git.vxserver.dev/fSD/sites)
|
||||||
* New article
|
* New article
|
||||||
* Update release pages
|
* Update release pages
|
||||||
|
|
||||||
2025-12-17
|
2025-17-12
|
||||||
----------
|
----------
|
||||||
Some changes were made to this site.
|
Some changes were made to this site.
|
||||||
|
|
||||||
[sites](https://git.vxserver.dev/fSD/sites)
|
[sites](https://git.vxserver.dev/fSD/sites)
|
||||||
* General improvments and fixes
|
* General improvments and fixes
|
||||||
* Moving the news page to here.
|
* Moving the news page to here.
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ local pkgs = {
|
|||||||
"fes",
|
"fes",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.sort(pkgs)
|
||||||
|
|
||||||
local directory_packages = {}
|
local directory_packages = {}
|
||||||
for _, v in ipairs(pkgs) do
|
for _, v in ipairs(pkgs) do
|
||||||
table.insert(directory_packages, std.a("/releases/" .. v, v .. "/"))
|
table.insert(directory_packages, std.a("/releases/" .. v, v .. "/"))
|
||||||
|
|||||||
@@ -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: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: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:h2("Download")
|
||||||
site:ul {
|
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))
|
site:note(fes.app.footer.render(std))
|
||||||
|
|
||||||
return site
|
return site
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ site:code("git clone https://git.vxserver.dev/fSD/yait")
|
|||||||
|
|
||||||
site:h2("Download")
|
site:h2("Download")
|
||||||
site:ul {
|
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))
|
site:note(fes.app.footer.render(std))
|
||||||
|
|||||||
Reference in New Issue
Block a user