2978
Comments (146)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
6
learntocode 6 points ago +6 / -0

Sick of Wordpress. Try some of the flat file CMS's out there. No database, no stupid death by 10k queries.

4
bobacat 4 points ago +4 / -0

Ditto, static site generators like Hugo, Gatsby, and even Jekyll; then host it on Netlify and cruise control. The CD is easy too, you can get it to automatically deploy anytime you make a change! You can even host static sites on an AWS S3 Bucket for peanuts.

1
TheInky 1 point ago +1 / -0

Even Google cloud storage has it too.