Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
41–50 of 74 posts
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#42Interestingly (for me), I've started going back to building more or less static sites for clients. I used Wordpress for a long time, but have increasingly found none of them want to blog, and few of them update either the site (or Wordpress, which can end up a security nightmare).
Often when it came to updating pages, they would call or email and say "can you do XXX", to which I'd reply "I can, but so can you". 90% of the time they're more than happy to pay me to update a page in Wordpress, which I could have done just as easily / quickly in a static site.
Long and short, the overhead of building a custom theme and setting up Wordpress isn't worth it for most clients, and even less me in a cost/time for the money way.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#43Las time I used grav for something that does not have to be client friendly. It still felt a bit immature though. (the pretty flat-file markdown quickly gets gobbled up in the YAML headers and than they can only be edited through the admin interface)
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#44I love Hugo because it's a single binary, it's fast as hell when generating a static site, and it's easy to understand (and got great docs).
After I generate a static site, it's hosted on S3 (with a Cloudflare caching layer). The whole thing costs me pennies a month.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#45My gut feeling is that 57% is a huge number if you assume that they don't use a CMS. I don't think that's manageable by the average owner with static site generators. None of my clients would be able to update their site with GIT + text editors. It's more likely that there's some kind of backend system that the survey was unable to identify.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#46A single file named `index.php` that loads a bunch of text files and spits out what looks vaguely like a blog. It'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.…
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#47Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#48Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#49I use middlemanapp.com and deploy to s3 with cloudfront and then use lambda/apigateway for the 2 backend operations I need.
Re: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
#50This 57% sounds horribly wrong. They don't really explain how they come to this conclusion here: https://w3techs.com/technologies My gut feeling is that 57% is a huge number if you assume that they don't use a CMS. I don't think that's manageable by the average owner with static site generators. None of my clients would be able to update their site with GIT + text editors. It's more likely that there's some kind of b…