Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
11–20 of 74 posts
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#12But Grav had a docs theme like rtd. So far it's running without a hitch. I've moved it a few times because its flat file, would recommend it.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#13Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#14I'm on Jekyll. I started out as a WordPress developer, so once I moved to more advanced programming I kept using WordPress, but it was so annoying to have to keep up with the updates that I decided to try Jekyll because of their static site nature. Static sites are awesome because they're wicked fast, and they work in perpetuity. I'm a huge fan. If you can handle a little coding I think it's much preferable to a CMS.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#15I've been using Nanoblogger, a Bash-based static website generator, for about ten years. It hasn't been updated in the last four, and indeed is still hosted on SourceForge. I could switch to something newer and better, but why bother?
Since it's not maintained, personally I'd be tempted to try transitioning to something that is (with minimal change to content and structure/configuration required) to save dealing with it when you're just trying to publish new content and suddenly run up against some bug.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#16Processwire ( http://processwire.com ) is the darkhorse in the CMS race. Like Wordpress, it is also PHP/MySQL based. However, the ease of use, documentation, and extensibility has really won me over. I think the difference between Processwire and Wordpress has been in the developer experience. The former (Processwire) is better organized, direct, and addresses the most common things you would want to do in the CMS. W…
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#17Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#18It's a total mess. Business logic and HTML snippets scattered everywhere. Layers of caching to make the whole thing load in less than 0.03 seconds on cheap shared hosting. I'm sure I do a much better job for paying clients, but somehow never get around to fixing the decade-old garbage that runs my own site.
At least it doesn't have any SQL injection vulnerabilities :p