README written by Claude (claude-sonnet-4-6) on 2026-04-02
A personal digital scrapbook/notebook/garden — live at https://www.alexislearning.me/scrapbook
A collection of notes, essays, and learning logs covering topics like epistemology, meditation, schema therapy, post-rationalism, and creative work. Currently ~374k words and growing.
- Quartz v4 — static site generator built for digital gardens, converts Obsidian markdown to a website
- Obsidian — used locally for writing and editing notes
- GitHub Pages — hosting, with automatic deploys via GitHub Actions on every push to
main - GoatCounter — privacy-first, cookieless visitor analytics
The content lives in source/content/ as plain markdown files. Quartz builds them into a static site in source/public/.
cd source
npm install
npx quartz build --servescripts/update-wordcount.sh— updates the word count displayed on the homepagescripts/install-git-hooks.sh— installs git hooks (runs word count update pre-commit)