This repository now has two clear content areas:
blog/: long-form posts and pages intended for future static site publishingnotes/: technical reference material, commands, snippets, and local development notes
blog/notes/technical/
- Add publishable writing to
blog/drafts/andblog/posts/ - Keep quick reference material and cheat sheets in
notes/technical/
The blog/ directory is wired into an Eleventy site.
- Install dependencies with
npm install - Run the local site with
npm run dev - Create a production build with
npm run build