Skip to content
/ blog Public

✍️ My blog. Custom static site generator.

License

Notifications You must be signed in to change notification settings

sulami/blog

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2025
Oct 7, 2024
Mar 23, 2025
Mar 23, 2025
Feb 21, 2024
Apr 7, 2025
Feb 20, 2025
Nov 11, 2017
Mar 2, 2025
Feb 17, 2025

Repository files navigation

Blog

This is my personal blog, generated as a static website.

The generation is done by a mostly custom Rust program that uses Markdown as the input format, with TOML frontmatter, and Jinja2 templates. It also includes a development server with auto-reload on file changes and in-browser error reporting.

While some efforts have been made to make this generally useful, a lot of the code is tailored towards my own needs.