status
working
- doing listening to something on repeat
- reading a book you have not finished
- playing a song you have on repeat
mood
fine, thank you for asking
tools
Scripts and snippets I have written and am happy for you to take. Credit is nice but not required.
-
guestbook
phpjson
The one running on this site — flat-file,
no database, honeypot instead of a captcha.
-
rss feed
php
Builds feed.php from the same store that
renders the updates box on the home page.
-
flat-file admin
phpjson
A whole CMS in a folder: JSON files, one password, no database.
how this site is put together
- /admin — edit everything on the site from a browser.
- data/*.json — all content. Readable, diffable, hand-editable.
- includes/ — config, store, auth, schema, header, footer.
- css/style.css — all styling; colours are variables at the top.
- images/*.svg — the sigil, thorns and script texture, all generated.