1
0
Fork
You've already forked star-ark
0
No description
  • Go 85.3%
  • CSS 8.9%
  • HTML 5.8%
2025年12月06日 16:56:16 -05:00
content fix stuff, add docs to readme 2025年08月09日 00:12:02 +00:00
fly update 2025年12月06日 16:56:16 -05:00
ssg blog post yay! 2025年08月09日 00:01:09 +00:00
static blog post yay! 2025年08月09日 00:01:09 +00:00
.dockerignore stuff 2024年08月03日 21:16:11 +09:00
.gitignore fix stuff, add docs to readme 2025年08月09日 00:12:02 +00:00
COPYING blog post yay! 2025年08月09日 00:01:09 +00:00
README fix stuff, add docs to readme 2025年08月09日 00:12:02 +00:00

Backing code/configuration/content for https://star-ark.net and supporting services.
Build/deploy with `rm -rf out && (cd ssg && nix run nixpkgs#go -- run . build) && cp -r static out && ssh stararknet@pallas.mythic-beasts.com mv www/star-ark.net/ old-site-backup-$(date +%s) && scp -r out stararknet@pallas.mythic-beasts.com:/home/stararknet/www/star-ark.net`.
Development environment with `(cd ssg && nix run nixpkgs#go -- run . dev)`.