Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 627 Bytes

File metadata and controls

21 lines (15 loc) · 627 Bytes

Journal

This repository now has two clear content areas:

  • blog/: long-form posts and pages intended for future static site publishing
  • notes/: technical reference material, commands, snippets, and local development notes

Structure

  • blog/
  • notes/technical/

How to use it

  • Add publishable writing to blog/drafts/ and blog/posts/
  • Keep quick reference material and cheat sheets in notes/technical/

Blog Site

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