Hacker News new | ask | show | jobs
by FigBug 3021 days ago
What are the alternatives to Wordpress? Every time a small business comes to me and wants a website, my answer is Wordpress + a theme + one or two plugins. I'm not aware of anything else with as many themes or plugins available, or as easy to get going.

I'm a C++ dev, not a professional web developer, but I help out friends and family. With Wordpress I usually bill around 4 hours to do a website for someone if they have the content written.

1 comments

I was a professional web developer and occasionally moonlight as one. If you have non-savvy people entering content, WordPress is, in most cases, the only sensible choice.

I can turn a better site around that suits most peoples' needs in Jekyll these days in less time. I took the best of both worlds here and developed a workflow of: 1) private WordPress for content editing categorized content in Kramdown using only the ACF Pro and s3 uploader plugins 2) a process that builds and deploys a jekyll site to an HAproxy load-balanced NGINX cluster whenever anyone clicks Publish.

It pulls the content directly from the wordpress database at build time and the site uses webpack and whatever javascript niceties you'd expect from a site developed in 2018.