My personal links page for badnetmask.dev — a small static site, based on
LittleLink (MIT). It is built into a
static nginx image and published to ghcr.io/badnetmask/links.
Even though this is a very simple page, I still use a little bit of GitHub Copilot to help me manage it, since it's part of my larger personal code base.
Edit the files under public/ (start with public/index.html).
podman build -t links .
podman run --rm -p 8080:8080 links
# open http://localhost:8080- Code / build scaffolding: MIT (see
LICENSE). - Bundled third-party assets: MIT — LittleLink by Seth Cottle, plus the MakerWorld/Printables button assets from littlelink-server by Tim Stewart. See
NOTICEandlicenses/. - Site content (text, imagery, links) © the author — not offered for reuse.