It's hacky, but the rest of my site uses AppEngine and I really don't feel like exposing a unsupported hack job of PHP to the open internet. Had a few issues that required modification to the themes, but that was the only issue ¯\_(ツ)_/¯
Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
31–40 of 74 posts
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#32Phenomic ( https://phenomic.io/ ). It's a static-site-generator built on React. Formerly, I used a homegrown solution, also built on React.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#33I'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?
Security updates for instance.
Interested if/how this could be exploited
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#34Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#35I'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?
Security updates for instance.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#36I used Hakyll for some years, which is terrific. I got fed up with the long compile times, dependency problems, etc. So, I switched to Jekyll. I like it slightly less, but setting it up on new machines is a walk in the park.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#37Its basically a node/express app with a nice backend. I really enjoy it, incredibly flexible. I've even used it without a front end as internal CRM.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#38Github to host static page because CSS Flexbox and HTML are so easy and will be well supported in 2017. I use Swift Sever Side framework for backend and Sveltejs ( https://Svelte.technology ) for front-end JavaScript to handle just about anything that jQuery could and a lot easier to run same compiled modules code on Nodejs and web browsers with Rollup. Less worry than running frameworks that will encounter bugs that…
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#39And a couple of shell scripts and Scheme programs to convert source code to html.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#40If your site has a lot of content, you'll have to use a few tricks to retain fast builds [1].
We had to build a lightweight CMS[2] for regular folks to update content, and a pro hosting alternative to GitHub pages that supports multiple branches, authentication, redirections, proxying...
We're Open Sourcing the CMS part; shoot me an email if you use Jekyll and are interested in testing it out.