It's simple, provides me with a versioned and easily portable archive and doesn't require constant security updates. Here are some tips from migrating from WP: http://decafbad.com/blog/2011/06/08/moved-to-jekyll
Ask HN: Best blogging platform?
31–40 of 49 posts
Re: Ask HN: Best blogging platform?
#32A geekier alternative is Calepin (http://calepin.co), amazing concept: you write your posts in multimarkdown, in a Dropox folder, and you publish by clicking a button that automatically checks that folder for new stuff (no template customization yet but Disqus integration). I am seriously thinking about switching to Calepin, Tumblr feels heavy on the browser.
Re: Ask HN: Best blogging platform?
#33It would be good to actually define "blogging" and "blogging platform", which I think would be somewhat difficult to do.
Re: Ask HN: Best blogging platform?
#34WordPress - it has excellent usability as a core product, but its real power comes from the large library of free plugins - there's pretty much always a plugin for everything. You can sign up for a free hosted version of WordPress at http://wordpress.com , though it has paid upgrades, or you can download the self-hosted version for free at http://wordpress.org . You could even go with a webhost (like http://dreamhost…
I don't agree with wordpress. Wordpress is like a middle-ground with 'lots of features' vs 'easy to use for no tech people'. If you want something really simple to get started, tumblr rocks (You'll have something running in minutes). If you want to hack your blog with lots of custom features, just pick whatever blogging library in your favorite language.
I looked at using Tumblr when we were getting her set up, but it did not have enough functionality for what they needed.
Re: Ask HN: Best blogging platform?
#35Overall, if you're a hacker, definitely look at Jekyll (https://github.com/mojombo/jekyll/). The easiest way to get started is to fork an existing jekyll blog and start customizing.
If you're not a hacker, I'd probably recommend Tumblr. It offers the best balance of features and ease of use, and they seem to have solved their downtime problems. If for, some reason, you don't like Tumblr, check out Posterous. If that still doesn't suit your needs, Wordpress.com would be my third recommendation.
I would not bother with self-hosted blogs unless you really have a need for that level of control, since the cloud-based or static options are so powerful these days.
I also recently discovered OhLife (http://ohlife.com/), which is a great way to keep a private journal. It'll send you an email at your chosen frequency (daily or weekly) asking "How did your day go?" and you just reply with your journal entry.
Re: Ask HN: Best blogging platform?
#36If you (or anyone else) end up giving it a spin, let me know how it goes.
[1]: http://calepin.co/
Re: Ask HN: Best blogging platform?
#37Earlier quoted context omitted.
The biggest issue I see with Wordpress is the free plugins. I've seen more Wordpress sites hacked by way of poorly written plugins than anything else. If they had some sort of robust security screening process for the plugins it might be OK... but as it stands, there's far too many plugins floating around written by people who seem to have zero knowledge of basic web app security. Honestly, I think you're better off…
Yeah, free plugins are both a blessing and a curse, though the majority of the common WordPress plugins (the common ones) are quite secure and are regularly updated. Obviously you can't install just any plugin without doing some research. Obviously you have to be a programmer to roll your own blogging platform so that option is not for everyone, but you'd be reinventing a wheel being run on 70 million websites for th…
Wordpress still has no unit testing. It still forces you to upgrade a version to get bugfixes and security patches. It relies entirely on beta testers to find data-destroying bugs. And it's increasingly being transformed into a catspaw for Automattic.
I've been administering Wordpress for 6 or 7 years. And I hate its guts. I hate its developers. And I hate that it's an absolute triumph of Worse is Better.
Re: Ask HN: Best blogging platform?
#38Re: Ask HN: Best blogging platform?
#39Such systems just render your conveniently created post content into a static HTML website than can be published on various free systems (github pages etc) or $2/month VPS. Or an Amazon S3 bucket.
Why?
1. It is not anyore significantly harder or more inconvenient than using a 'platform' like wordpress.com
2. A static site is 10000000% more resistant to idiotic exploits (which unless you are some kind of PROFESSIONAL blogger, keeping up with is more trouble than its worth on any dynamic 'blogging platform' type of system)
3. A static blog system can serve your blogs with any web server in 2012, and will be able to in 2112, whereas none of the free or even for-money 'blogging platforms' is likely to exist in 2112. Which in terms of your life (unless we are lucky and get the gerontological life-extending technology soon) is essentially 'forever.
4. Why on earth would you cede control of your personal output to walmart.com or google+ or similar?
[2]: http://jekyllrb.com/
EDIT: meant to mention somewhere in there that comments, one of the raisons d'être for these dynamic blogging systems, can now be superbly handled by off-site add ons like disqus.
Re: Ask HN: Best blogging platform?
#40Don't use any 'blogging platform'. Use a static blogging system. The best one currently is probably Octopress[1] which is based on Jekyll[2]. But you could roll your own, and it would still be much better than blogger, wordpress, walmart.com, google+, facebook, tubmlr, etc. Such systems just render your conveniently created post content into a static HTML website than can be published on various free systems (github…