This is a small experiment to steward a resilient of archive of my perspective of the web, explicitly embedding content in my site rather than giving you a URL and hoping it’s still around (and the same) when you click it. I’m also hoping that it might change how linking feels, as I’m now syndicating content and actively providing a platform for folks I’m paying attention to.
build
branch (or similar).../foo.html
, not /foo.html
../foo.html
, not https://example.com/xyz/foo.html
../foo/index.html
, not ./foo
.build
directory (or similar) with the necessary assets.rm -rf public; git add worktree public; hugo
or similar works great./style.css
and such, so they need a subdomain.submodules/foo
to foo.example.com
.test.foo.com
or foo.com
– maybe that code should be fixed to only check subdomain.
testfoo.com
or foo.com
, maybe it should check for testfoo and fall back to prod mode 🤷 I have not encountered this yetexample.com/
looks nicer than example.com/index.html
but this is semi-obnoxiousindex.html
instead of serving pages at a directory URI.