Personal blog at musings.thedataareclean.com. Built to look like an open word-processor document in the browser.
npm install
npm run dev # dev server → http://localhost:8081Full command reference: COMMANDS.md
src/ Content, templates, CSS, JS, static assets
ideas/ Long-form essays
notes/ Short observations
snaps/ Photography posts
css/ All stylesheets (6 files)
_includes/ Nunjucks layouts
_data/ Global data (site.json)
images/ Static images
fonts/ Static fonts
admin/ Sveltia CMS entry point + config
.eleventy.js Eleventy config — collections, filters, shortcodes
.github/ Deploy workflow
| File | Purpose |
|---|---|
| README.md | This file — what it is and how to start |
| APP.md | Architecture and technical reference |
| COMMANDS.md | All commands, copy-paste ready |
| CHANGELOG.md | Version history |
| FUTURE.md | Ideas backlog |
| CLAUDE.md | Working instructions for Claude |