My personal blog hosted at lucumr.pocoo.org.
This is a static blog built with a tiny custom static site generator that processes reStructuredText content. The blog spans 18+ years of technical writing (2007-) covering programming, software engineering, open source development, and technology insights.
This blog was originally using reStructuredText and was converted to Markdown with Claude Code. If there are regressions, the original commit that still had RST files is c11c06c.
- Blog Posts:
blog/YYYY/MM-DD-post-name.mdin Markdown format - Other Posts:
blog/name.mdin Markdown format - Static Assets:
blog/static/contains CSS, fonts, images, and avatars - Templates:
blog/_templates/contains Jinja2 HTML templates
# Start development server make serve # Generate static site make build # Clean build artifacts make clean # Format Python code make formatBuilt and maintained by Armin Ronacher.