Source for Ron Pressler's GitHub Pages blog. The site is generated with Eleventy and deployed by GitHub Actions.
Install dependencies and start the local server:
npm install
npm run serveCreate a production build in _site:
npm run buildBlog posts live in src/posts. Shared page structure lives in src/_includes, site styles live in src/css, and files copied without processing live in src/public.