Personal landing / contact card site (xq0.net).
- JavaScript 76.4%
- HTML 11.9%
- CSS 9%
- Dockerfile 2.7%
| .forgejo/workflows | ||
| css | ||
| js | ||
| k8s | ||
| scripts | ||
| src | ||
| test | ||
| .dockerignore | ||
| .gitignore | ||
| AGENTS.md | ||
| apple-touch-icon.png | ||
| Caddyfile | ||
| CNAME | ||
| Dockerfile | ||
| favicon-32.png | ||
| favicon.ico | ||
| favicon.svg | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pinterest-41d5c.html | ||
| README.md | ||
| robots.txt | ||
| site.webmanifest | ||
| sitemap.xml | ||
lindner.earth
Julian Lindner's personal site: https://www.lindner.earth/
The repository retains its xq0.net name for historical reasons. The canonical
host is lindner.earth, served as a static Caddy image with no active backend.
Development
The readable application source is src/xq.js. Browsers load the generated,
obfuscated js/xq.js; commit both whenever the source changes.
npm ci
npm run build
npm test
npm run build uses a pinned javascript-obfuscator version and fixed seed, so
the same source produces the same bundle. npm run check exits non-zero when
the committed bundle is stale. The Docker build runs the complete static test
suite before copying an explicit runtime asset allowlist into the final image;
src/, build scripts, tests, and dependencies are never served.