What SCM-based blog engines are there?
Recently I came across a blog engine that works in quite unusual way. It poll开发者_如何学运维s 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.
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.
ikiwiki is a similar idea for wikis. It contains a few plugins that make it readily useable as a blog.
I've been using the Mercurial based blohg and have found it to be excellent:
- Blohg home: http://hg.rafaelmartins.eng.br/blohg/
- My blohg: http://ry4an.org/unblog/
- My backing repo: http://ry4an.org/hg/unblog/
This is what I found for git:
- Shinmun: http://github.com/georgi/shinmun
- git-blog: http://github.com/elliottcable/git-blog
- Wheat: http://github.com/creationix/wheat
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.
精彩评论