Ask HN: What blogging platform are you using these days?

43 points by simonsarris ↗ HN

68 comments

[ 6.4 ms ] story [ 290 ms ] thread
I have one Wordpress blog (free hosted on wordpress.com) and several Tumblrs.
I use a static site generator.
(comment deleted)
Recently moved to Wordpress from Tumblr, but I'm very interested in something like Hexo where I can host the server myself and just push new webpages online, which would also definitely teach me more about the web.
I'm using Lektor and I'm quite happy with it. Hosting it for free on Surge.
Hugo- It's a static site generator written in Go. Quite easy to setup and maintain.
middleman, powerful static site-gen
I use Ghost. It's quite simple and clean.
Went back to GitHub Pages. Went back to Wordpress.com. Ghost just doesn't compare to Wordpress, even still, when it comes to installation and integration with an existing Express.js app is a joke.
(comment deleted)
Docpad (Node.js/Coffee Script), generated on Travis CI and published to Github pages.. but I don't blog very often. Mostly I use it to keep my portfolio up to date.

I might do something different if I were starting from scratch today, but it's worked well enough so far.

I use Drupal for my legacy website: http://www.dmuth.org/

Medium for updates on my latest project: https://medium.com/septa-stats

And Jekyll on GitHub pages for a side project I did awhile ago: http://www.allaboutcheetahs.info/

The reasons behind these:

- Drupal: My website used to have a lot of static content, and I wanted to keep the content there while writing blog posts going forward

- Medium: There's a lot of people on it already, and I really like the interface

- Jekyll: I wanted to learn a static site generator as well as brush up on my CSS. (and the world needs more websites about cheetahs, tbh)

Haha! After reading the site and your HN profile, I was thoroughly delighted. Pretty neat.
A custom static site generator written in Go. It's tailored to me and has been written in various different languages over the years. Can't bring myself to stop using it :-)
Is it open source? Just curious to check it out.
In the sense that the code is publically viewable and I don't care if people steal it then yes.

https://bitbucket.org/zaphar/gost/

I don't advertise or market it though so it's not what I would call ready for public consumption at all.

Home-rolled solution using Markdown, pandoc and make.
Jekyll is cool!
I use jekyll with Github pages. Github pages doesn't support https currently (right?) so I'm thinking of hosting on S3. Or maybe ipfs :)
It does support https, try adding the 's' in the URL. It just doesn't default to it/redirect to it.

If you use an extension like HTTP Anywhere it'll pick up on that and use https.

What about for custom CNAME records though?
Right, that one is a bit more tricky. What I've done there is use Cloudflare's services.

Have the CNAME handled by Cloudflare and have it go through their network. Then add a Page Rule that redirects http to https once you've activated their SSL/TLS feature. You can do all of it using their free services.

I use Ghost on Digital Ocean with a $5 VM. The writing interface is very clean and simple. Plus it's very nice to write in Markdown and see an unstyled real-time preview of the content. Ghost fulfills everything I'm looking for in a blogging platform. It is also pretty easy to write your own theme.
same here for personal blog. But for professional blog, I feel that WordPress works better because I end up needing some of the extra functionality that WordPress plugins provide.
Same - I might use a static site generator, but my wife wanted a blog with an in-browser editor, and since it's very easy to host multiple Ghost blogs on a single server with some nginx configuration, I decided to just go with that for my own as well.

Works well since neither of them are very high traffic.