Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Which blogging software do you use, other than WP?
2 points by vijayr on May 25, 2015 | hide | past | favorite | 12 comments
Preferably something that supports:

1. Live JS (to embed live highcharts graphs, for example)

2. comments - without using third party systems like disqus

3. self hosted

4. preferably static? not sure about this one



I am not sure about Live JS, but I have used Anchor CMS / http://anchorcms.com / and I have been pretty happy with it, with a few exceptions. It is small and lightweight, can easily be self-hosted and has a nice selection of themes/ http://anchorthemes.com / and you can easily make your own design. It powers my own personal blog and visiting anchorshowcase.com will show you some more blogs powered by it.

The thing about it that I don't like that much are : 1. Really weak plugin ecosystem. If you want something specific, you will probably have to make it yourself, as the CMS doesn't even have a plugin support, you have to edit things in the code. 2. Written in PHP. I know Python, not PHP so making changes for me is especially hard so anything complex for me is a no no. 3. It has been in development for a bit and the development has slowed while they are trying to build the 1.0 version.


I wrote my own. They're actually pretty simple in concept, but can be time-consuming to get right.

I'm currently working on a CMS for PHP 7 that emphasizes security by default (expected to release in December).


Hugo ( http://gohugo.io ) is pretty swell. It builds static sites a lot faster than Jekyll and has built-in support for disqus comments.


Ghost (https://ghost.org/). They have a self-hosted option, and it looks elegant out of the box.


Ghost only supports SQLite, correct? No official support for other databases?


I'm running mine on Postgresql. No issues so far, although it's not officially supported.

I think MySQL is officially supported though.


Oh ok, will check it out, thank you.


I use Concrete5. Its not really meant for blogs, but it doe have blog functionality as well. You can make some really beautiful sites with it with not a ton of effort.



Jekyll


Does it allow live JS, commenting?


You can add comments to static sites via your own self-hosted disqus alternative.

e.g. Mine: https://github.com/skx/e-comments/

FWIW my blog comes from a static compiler, which has comments which are received via HTTP-posts and folded into the next time the blog is built, but there's no real live-JS.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: