Wrote a C program to take my own blog file format and generate HTML from it, looking something like:
@Title: A Theoretical Examination of the Abstraction
It is without doubt that all software developers...
(...)
@Image: some_path.png
@Code: {
// stuff
}
I then integrated it into my personal website so that all blogs are automatically shown as lists, etc. :)