How This Site is Built
This site is fully static HTML. No build process, no dependencies, just pure HTML and CSS.
Key Features
- Pure Static HTML: All pages are hand-written HTML files
- Minimal CSS: Simple, focused design that loads instantly
- No Build Step: Just edit HTML files directly
- Fast: No JavaScript, no frameworks, just HTML/CSS
- Easy to Deploy: Works anywhere you can serve static files
How to Add a New Post
- Copy
post-template.htmltoposts/your-post-name.html - Replace POST_TITLE, POST_DESCRIPTION, and date
- Write your content in HTML
- Add a link to it in the "Writing" section of
index.html - Done! No build step needed.
Why This Approach?
- Simplicity: No build tools, no dependencies, no complexity
- Speed: Pure HTML loads instantly
- Control: Full control over every line of HTML
- Portability: Works anywhere, forever