16

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.

Nowaker
  • 12,154
  • 4
  • 56
  • 62

5 Answers5

5

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

wnoise
  • 9,764
  • 37
  • 47
5

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

Ry4an Brase
  • 78,112
  • 7
  • 148
  • 169
5

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.

Nowaker
  • 12,154
  • 4
  • 56
  • 62
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thanks for mentioning it. However, I'm interested only in a repo and blog engine that I host myself – Nowaker Feb 07 '11 at 10:17
  • 1
    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! – Nowaker Feb 08 '11 at 22:25
1

This is what I found for git:

Nowaker
  • 12,154
  • 4
  • 56
  • 62
0

Here is the list of git-based Wiki & Blog engines: https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Wikis.2C_blogs.2C_etc.

Vadim
  • 5,154
  • 2
  • 20
  • 18