If you could list some of the reasons or <like>/<not like> would be greatly appreciated.<p>For all of you suspicious minds out there, no I am not creating another platform for blogs, I really do need one for my product.<p>Thank you !
Wordpress is dead simple, flexible, and offers an infinite array of plugins (Of particular value are Akismet for spam filtering and some of the Cache plugins that make your pages serve fast).<p>On the down side, it requires constant security updates, and has a bit of a learning curve if you're trying to customize it. (It's also in written in PHP, which is a big problem for some people).<p>I've used it on my personal site and many work projects and found it to be great as long as you're willing to pay attention to updates and find/install plugins that fit your site.
I use Jekyll for <a href="http://solutious.com/blog" rel="nofollow">http://solutious.com/blog</a>. I like it b/c it's a static site generator so the site itself is just a bunch of files (no database, etc...). Jekyll is also integrated into GitHub so the site itself is built and hosted on their servers. All I have to do is push my commits.