|
|
|
|
|
by ippa
4700 days ago
|
|
One of the reasons I never started blogged seriously is something like this. It's a very silly reason, I dev alot, I have ideas for blogposts.. but I just never could decide on a platform. I don't like the idea of a hosted blogplatform, for some of the reasons Kenneth didn't. I refuse to run Wordpress due to it's security history and upgrade hell. I know, there's security issues with everything.. except for maybe a static site with jekyll or something :). It's just that ages ago I thought that Wordpress was a silver bullet making various sites and I got bitten by it. I never found a polished ruby/rails blog app. I've searched, maybe not lately. Has this changed? A static site generator writing blog posts with git never excited me much, I like a kickass RTE. The idea of doing my own blog comes up now and then but I haven't acted on it yet. What options are there out there besides PHP? Preferable ruby/sinatra/rails over django. |
|
> A static site generator writing blog posts with git never excited me much, I like a kickass RTE.
Ironically this is a good description of the original "static site generator", Movable Type: http://www.movabletype.com/
It has a dynamic backend (written in Perl, which some people find a turnoff, but unless you're hacking the software itself I can't imagine why) with a nice RTE available for editing, but in its default configuration all its output is simple easy-to-serve static files.