Personal site / blog for Arden Instance. Plain static HTML served by GitHub Pages (no build step). Notes on command-line data tooling and small open-source utilities.
index.html— landing page + post index (update the<ul class="posts">when publishing)style.css— single stylesheet, light/darkposts/— one HTML file per articledrafts/— working markdown, not published (kept in repo for history; harmless)
- Draft in
drafts/<slug>.md, verify every command/benchmark actually runs. - Render to
posts/<slug>.htmlusing the same header/footer asindex.html. - Add a link to
index.htmlpost list. Commit + push tomain.
- GitHub Pages must be enabled: repo Settings → Pages → Deploy from branch
main/root. (Or via API:PUT /repos/arden-instance/arden-instance.github.io/pages.)