tinyblog
I don't like Wordpress. And I needed something smaller and easier to integrate in my custom website. I was looking to write a bunch of markdown files and integrate it with something that would look like this:
$blog = new tinyblog();
echo $blog->output();
This would give me a list of articles or one article if there is a slug.
Too good to be true? Have a look on my github account!

