One of my New Year's Resolutions is to start blogging, but I have no idea what blogging platform to use. A free one would be great, but I could pay if needed. What blogging platform do you think I should use?
WordPress - 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.<p>You can sign up for a free hosted version of WordPress at <a href="http://wordpress.com" rel="nofollow">http://wordpress.com</a>, though it has paid upgrades, or you can download the self-hosted version for free at <a href="http://wordpress.org" rel="nofollow">http://wordpress.org</a>.<p>You could even go with a webhost (like <a href="http://dreamhost.com" rel="nofollow">http://dreamhost.com</a>) and use their one-click-install for WordPress (feel free to use the coupon code JACOBWG for $97 off one year of DreamHost... disclosure: I do NOT receive any referral money or benefits from that code - all benefits have been rolled into that code's discount).<p>If you're the "hacker" type, then check out <a href="http://jekyllrb.com/.." rel="nofollow">http://jekyllrb.com/..</a>.
Don'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.<p>Such 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.<p>Why?<p>1. It is not anyore significantly harder or more inconvenient than using a 'platform' like wordpress.com<p>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)<p>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.<p>4. Why on earth would you cede control of your personal output to walmart.com or google+ or similar?<p>[1]: <a href="http://octopress.org/" rel="nofollow">http://octopress.org/</a><p>[2]: <a href="http://jekyllrb.com/" rel="nofollow">http://jekyllrb.com/</a><p>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.
I used to host my own Wordpress blog, but it got hacked after I hadn't updated my blog in several months and, as a result, failed to install the security updates. I then decided to switch to Tumblr, which I liked overall, but this was back when they were having erratic downtimes, so I ended up switching to Posterous. I was pretty happy with Posterous for a while, mostly because it let me just email my posts in from anywhere. However, I really don't like the control panel in Posterous. It's such a pain to use for various reasons. I recently switched to running my blog with Jekyll on GitHub, which I am so far very happy with. It's simple, fast, and secure. I can write my posts in any text editor, and just push the changes to github.<p>Overall, if you're a hacker, definitely look at Jekyll (<a href="https://github.com/mojombo/jekyll/" rel="nofollow">https://github.com/mojombo/jekyll/</a>). The easiest way to get started is to fork an existing jekyll blog and start customizing.<p>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.<p>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.<p>I also recently discovered OhLife (<a href="http://ohlife.com/" rel="nofollow">http://ohlife.com/</a>), 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.
Tumblr, if you are really interested in the ability to share other blogs quickly and be shared as well. It is also very easy to set-up, maintain, and can work on custom domains as well. You can even add Disqus to most themes if you want feedback and comments. I also love the +Follow feature, as it means that people are more likely to consume your content over just bare RSS feeds. Overall, it's a more expansive Twitter.<p>Wordpress would be the way to go if you want to have more control over your blog, but I always ended up tweaking the function of the blog more and writing less. Tumblr basically breaks that tinkering distraction and allows you to focus on your content.
Rambling, possibly-helpful non-answer: whatever you can get up and running with the fastest, and can use with minimum of friction. Blogspot, wordpress.com or posterous would probable all fit the bill.<p>Seems like about half of the most productive people/ most interesting blog posts I read are hosted at *.wordpress.com or someplace similarly humble.<p>But I mostly post this because I'm just finally finishing up a migration from self-hosted wordpress (which was working fine, but I wasn't happy with for various reasons) to octopress. This has taken me several months to get around to almost finishing (during which time I've gotten out of the blogging habit), and many hours of fooling with ruby environments, converting my old posts, etc., etc.<p>Hopefully the payoff for me will be simplicity, a better work-flow, new blog format that fits what I'd like to do better, etc. but it might have been a lot of wasted time and energy.
I've been using octopress on cnnr.me/b (just started it 2 days ago, so we're in the same boat), and I've really enjoyed it.<p><a href="http://octopress.org/" rel="nofollow">http://octopress.org/</a>
Since you are just starting out, I'd say go for Tumblr. It's incredibly easy and quick to get set up.<p>If you are still going strong after a few weeks and feel the need for something more powerful, then look into switching to something else. I personally switched to wordpress after a couple of weeks on Tumblr, but I have a lot of friends who still use Tumblr for everything.
I'm surprised nobody mentioned Squarespace (<a href="http://squarespace.com/" rel="nofollow">http://squarespace.com/</a>), popular for portfolio sites but also good for blogging, and really powerful suite (not free, though).<p>A geekier alternative is Calepin (<a href="http://calepin.co" rel="nofollow">http://calepin.co</a>), 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.
I'll +1 everyone who is recommending Jekyll. I've rolled my own blog engines (first one was Java/Struts 10 years ago) but I'm loving the zen of blogging via creating and pushing Markdown files to GitHub.<p>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: <a href="http://decafbad.com/blog/2011/06/08/moved-to-jekyll" rel="nofollow">http://decafbad.com/blog/2011/06/08/moved-to-jekyll</a>
<a href="http://techpolish.com/best-blogging-platform-sites-and-software" rel="nofollow">http://techpolish.com/best-blogging-platform-sites-and-softw...</a> - here's a comparison of some popular platforms that you can personalize to get a recommendation unique to your need.<p>I'd say it depends on your purpose (e.g. personal blogging for your day-to-day realizations, philosophical epiphanies, etc.).<p>(Disclosure: TechPolish is my website.)
EDIT: fixed typo. moved link up.
Depends on whether you want to handle your own bandwidth and admin, or farm it out to someone else.<p>Personally, I'm very happy to be
<a href="http://andrewducker.dreamwidth.org/" rel="nofollow">http://andrewducker.dreamwidth.org/</a>
because I have control over whether things are public or just for a personal audience, lots of control over comments - and most importantly, threaded comments. I loathe non-threaded comment systems with a fiery passion.
Besides full content plays like Drupal, I've enjoyed working with Textpattern (<a href="http://textpattern.com/" rel="nofollow">http://textpattern.com/</a>). It's easy to format content with textile, and it has a nice mix of plugins and template atomics that give you great power over the look and feel.
The blogging platform you choose will be as much about you as it is the software.<p>* Are you a developer?<p>* How comfortable are you with the command line?<p>* Do you intend to display a lot of media on your blog?<p>* Do you intend to display code examples on your blog?<p>There is no "best" tool in any parlance. The tool you choose will have a lot to do with your preferences.<p>WordPress: Lots of plug-ins available; common, thus easy to get assistance for; supports a wide variety of blog types; requires diligent attention to security patches and performance tweaking (caching).<p>Hosted platform (like Tumblr): Zero maintenance; great community; easy to apply themes.<p>Static site generator (like Jekyll/Octopress): Very hackable; provides some level of street cred for devs; extremely minimal hosting requirements; easy to use your favorite flavor of markup (HTML, ERb, HAML, Markdown, Textile, you name it).
I second the recommendations for Wordpress, but only if you're committed to maintaining your own domain. If you don't mind spending a little bit of money on hosting, the platform is simple, flexible, and pretty powerful. Plus, you'll have total control.<p>If you want to farm out to someone else, tumblr is good because it's inherently social (people will follow you, share your posts, etc), but it's largely visual and a bit spammy at times.<p>Posterous is another good platform because it's simple, has some social features, and tends toward the more content driven format.<p>Wordpress is still my vote though, because it can grow with your blog/site and vary from the fairly simple to as advanced as you want.
What is a blogging "platform"? For that matter, what exactly does "blogging" consist of? Many answers below don't provide what I would call a platform - many aspects of what one might call "bloggin" have not been thought through (e.g. archiving and exporting of entries and comments, how are comments integrated, security features, hosting...) These are all part of the design of a platform. Whatever you think of it, Wordpress is certainly a platform. Many of the answers (e.g. jekyll, rolling your own...) are not.<p>It would be good to actually define "blogging" and "blogging platform", which I think would be somewhat difficult to do.
I've been using Wordpress for a couple of years. It's easy to use and extensible. If you aren't afraid of dipping your toes into some HTML/CSS/PHP than you can find a really good free/premium theme and some good plugins to make a good blog.<p>Just make sure you backup not only your database but themes because if you get malware, its really difficult to find out the source. Easiest thing to do is to revert to a clean copy, change passwords, and protect yourself!
I use Armin Ronacher's RST blog (<a href="https://github.com/mitsuhiko/rstblog" rel="nofollow">https://github.com/mitsuhiko/rstblog</a>). I even wrote a guide for its use: <a href="http://mattdeboard.net/2011/05/09/more-tips-on-rstblog/" rel="nofollow">http://mattdeboard.net/2011/05/09/more-tips-on-rstblog/</a><p>minimal static site generator. Worth it if you just want to put your content up and don't need or want pre-packaged bells and whistles.
If you're learning a web framework, you could always roll your own with Rails/Django/Sinatra/Flask. I think it's the most fun option.<p>Then you get to implement things like a sitemap, categories, comments/Disqus, page caching, and anything else you're so inspired to add. Makes for good blogging material.<p>No slower than any static content generator like Jekyll if you just cache everything to a static directory, too.
I have been also looking for some blogging platforms for some time (before I did some writing on wordpress and posterous, never liked them). Recently, I started using Jekyll+Github Pages, it is more simple. For me blogging should be as effortless as writing some text on your favorite editor. If you like learning something new you should try them.
I use nanoblogger. (<a href="http://nanoblogger.sourceforge.net" rel="nofollow">http://nanoblogger.sourceforge.net</a>)<p>It's pretty primitive, not actively developed, and has no native commenting system. On the other hand, its exactly as secure as your HTTPd of choice, unlike Wordpress.
The best blogging platform is the one you actually use.<p>Pick any of the free platform WP, posterous, tumblr, etc. Most of these tools are inter-portable. It really does not matter, the one thing that really matter is the blogging platform that you actually use.
Calepin[1] seems pretty neat. I have been meaning to give it a spin. Haven't yet though.<p>If you (or anyone else) end up giving it a spin, let me know how it goes.<p>[1]: <a href="http://calepin.co/" rel="nofollow">http://calepin.co/</a>