How This Site is Built

This site is fully static HTML. No build process, no dependencies, just pure HTML and CSS.

Key Features

How to Add a New Post

  1. Copy post-template.html to posts/your-post-name.html
  2. Replace POST_TITLE, POST_DESCRIPTION, and date
  3. Write your content in HTML
  4. Add a link to it in the "Writing" section of index.html
  5. Done! No build step needed.

Why This Approach?