No description
| content | fix stuff, add docs to readme | |
| fly | update | |
| ssg | blog post yay! | |
| static | blog post yay! | |
| .dockerignore | stuff | |
| .gitignore | fix stuff, add docs to readme | |
| COPYING | blog post yay! | |
| README | fix stuff, add docs to readme | |
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)`.