|
|
|
|
|
by therealidiot
3805 days ago
|
|
For those who aren't scared of using Git with their blog, there's fugitive. It's a few {pre,post}-{commit,receive} hooks which generate a static html blog from html articles (though you can configure it with an external parser iirc, so it shouldn't be hard to get Markdown support.) It probably wouldn't suffice for many use cases, but for simple blogs it might be enough. https://gitorious.org/fugitive/fugitive |
|