- HTML 47.9%
- CSS 46.6%
- Dockerfile 5.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| css | ||
| images | ||
| .gitignore | ||
| Containerfile | ||
| index.html | ||
| nginx.conf | ||
| README.md | ||
binky.casa
Source for binky.casa — the link-in-bio page for Casa del Bunnies, a rabbit sanctuary in Berkshire, UK.
Originally built from LittleLink and hosted on
GitHub Pages; this repo replaces that with a single static index.html +
css/style.css, served from a minimal nginx-unprivileged container image
and run in the homelab behind Traefik (see cpressland/homelab).
Local preview
python3 -m http.server 8080
Deploy
Pushing to main builds and pushes git.cpressland.io/cpressland/binky.casa:latest
via Forgejo Actions (.forgejo/workflows/build.yaml), using Containerfile.
The homelab pulls it via a Podman Quadlet (AutoUpdate=registry) and Traefik
routes binky.casa + www.binky.casa to it.
Updating links
Edit the <a class="button ..."> entries in index.html. Icons live in
images/icons/; button colours are the .button-<name> rules at the bottom
of css/style.css.