unknowntrouble

Netlify Status Personal blog built with Eleventy.

Setup

pnpm install
pnpm serve

Import scripts

These regenerate data files for list pages:

Command Source Output
pnpm opml assets/feeds.opml blogroll data
pnpm goodreads assets/goodreads_library_export.csv books data
pnpm letterboxd Letterboxd CSV export movies data
pnpm bookmarks bookmarks file music videos data

Pre-commit hook

When you edit a post, the updated date in frontmatter is automatically bumped on commit.

To skip: NO_UPDATE=1 git commit or git commit --no-verify