Recently I came across a blog engine that works in quite unusual way. It polls a git repository and publishes a blog post after something new has been found in the repo. The post is generated as a static HTML and put somewhere in public_html. Homepage gets updated.

Do you know any git/hg/svn based blog engines like this? Let's create a list of all SCM-based blog engines as a community wiki.

link|improve this question
feedback

5 Answers

up vote 3 down vote accepted

You can also use GitHub for your own blog.
See the details in this post "Publishing a Blog with GitHub Pages and Jekyll".

Jekyll can be used with any SCM - this is just a static site generator suitable for blogs. To start up quickly, get jekyll-template.

link|improve this answer
Thanks for mentioning it. However, I'm interested only in a repo and blog engine that I host myself – Damian Nowak Feb 7 '11 at 10:17
Jekyll turned out to be most interesting. This is just a static site generator suitable for blogs. What I like most in Jekyll is the fact that it can be used with any SCM and is the fastest to set up. Thanks! – Damian Nowak Feb 8 '11 at 22:25
feedback

I've been using the Mercurial based blohg and have found it to be excellent:

link|improve this answer
feedback

ikiwiki is a similar idea for wikis. It contains a few plugins that make it readily useable as a blog.

link|improve this answer
Some real running examples are listed at ikiwiki.info/ikiwikiusers (see the "Personal sites and blogs" section). – imz Mar 5 '11 at 20:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.