my website
HTML 24.1%
CSS 13.0%
Nix 11.3%
Shell 5.0%
Other 46.7%
48 1 0

Clone this repository

https://tangled.org/eeep.ee/website3 https://tangled.org/did:plc:mlyxfgbugroxjmo7berpnowb/website3
git@knot.synth.download:eeep.ee/website3 git@knot.synth.download:did:plc:mlyxfgbugroxjmo7berpnowb/website3

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

website3#

not to be confused with: "web3", actually more like website3¾

this should reproduce the nix store path on the website: nix build git+https://tangled.org/eeep.ee/website3#website.out --no-link --print-out-paths

this is the other part of the code that makes this run and it is a beautifully cursed rube goldberg machine that exists just so i can update the website independently

to serve everything locally like in prod you'll have to use this slightly cursed oneliner, i'm afraid:

caddy run -a caddyfile -c <(echo 'http://:8000'; cat "$(nix build .#caddyfile --no-link --print-out-paths)"/etc/caddy/Caddyfile)

or for development: nix run .#autorebuild -- src/blog and caddy run --watch