Welcome to My Blog

This is my first post on my new minimalist blog. I built this system to be as simple and portable as possible.

Why Portability Matters

When you own your content, you can move it anywhere:

- Static HTML files work on any web server - Markdown files are future-proof - No database dependencies - Easy to backup and version control

Getting Started

Writing a new post is simple. Just create a Markdown file in the posts directory with metadata at the top:


---
title: Your Post Title
date: 2025-01-07
---

Your content here...

Then run python build.py to generate your site.

That's it. Your blog is ready to deploy anywhere.