by joshdance on 10/26/22, 3:15 PM with 22 comments
Wordpress is probably the default.
Webflow is new but their blogging interface is frankly bad.
Ghost is an option but has less plugins that Wordpress.
What would you choose?
One wrinkle is that we want to include custom coded pages (calculators, interactive examples) as well. Any CMS systems play well easily with custom code?
by throwaway0asd on 10/28/22, 8:16 AM
What is normally the server instead becomes the actual local application written in any language, though I choose Node and TypeScript for this. You can still have an actual remote web server (optionally plural) though, your app just proxies to them.
Performance dramatically improves because for most of the content and application code network transmission concerns are eliminated. At that point your application code either performs like a native app or your incompetence is fully exposed.
Your website gains the full expressive capabilities of your operating system plus any application running in a shell.
You can still run the site from a vanity domain with your company’s HTTP certificates. Have a subdomain that points to a loopback IP, such as https://local.I-love-my-users.com pointing to 127.0.0.1 and ::1. You will need HTTP certificates bind associate that domain to those IPs and resolves to the same revocation chain as your other HTTPS certificates for your other certificates.
I strongly you recommend you try it before you complain about running your next user facing site from localhost.
by paxys on 10/26/22, 5:52 PM
For building – Next.js, Hugo, Gatsby, Jekyll/Octopress, Gridsome, Hexo, Astro, Eleventy
For hosting – Netlify, Vercel, Cloudflare Pages, Github Pages, Render, Firebase, S3
by coding123 on 10/26/22, 4:19 PM
I am a developer with 30 years of experience. I installed a WP site for my wife with some plugins and themes. Within a few days I had tons of porn and 100 megabyte files being dumped on the server. I tried cleaning it up a ton of times, and looked for whatever plugin or script was being exploited.
After a few more days Google flagged it for being compromised, so I erased the server off amazon after some content backups, created a new server and deployed a Docker image with static content. Then I wrote to google saying I have deployed something that is impossible to hack: A static site being deployed in Docker so the host is not compromise-able. Google cleared the flag the next day.
by ecornflak on 10/26/22, 9:19 PM
Ultimately I wanted to write content and play around with CSS making it look nice, and Wordpress handles that. Many of the other options felt like I was forever tweaking things or upgrading a dependency or something - very much mike the old days of Linux where making the modem work was an achievement.
If I couldn’t use Wordpress I’d probably go with Jekyll or Ghost.
by Comevius on 10/26/22, 3:19 PM
by karimf on 10/27/22, 12:55 PM
So if your team is already using React or Next.js, you can reuse the same components you already have and use them in Makeswift to build custom-coded pages.
by thegoatman on 10/27/22, 4:22 AM
You can do so many things for free(lots of tutorials online, community help, easy to find codes) or hire a pro for cheap.
by is0tope on 10/26/22, 6:05 PM
by kbrannigan on 10/26/22, 11:58 PM
WordPress just chugs along. It's like an old farm tractor... Not the most pretty but gets the job done
by h4waii on 10/26/22, 10:14 PM
It's just static HTML deployed to CloudFlare Pages with a $9/month Shopify button, and a $2/year VPS acting as an API endpoint.
I've used Ghost, WordPress, Hugo, Pelican, etc...and would 100% go with a static site generator over a full blown CMS.
by Vibgyor5 on 10/26/22, 4:00 PM
by PainfullyNormal on 10/27/22, 10:28 AM
by thedangler on 10/26/22, 6:57 PM
For fast websites that need no code I use https://sytscope.com I've used it to build websites and funnels
It has almost all features anyone could need: Drag and drop interface, Lots of widgets, Funnels + A/B Testing, Pre made templates, Blocks, Blogging, Membership areas that can be subscribed to, e-commerce - (digital, recurring or physical products), Email Automation and Campaigns, Simple integrations.
Its inexpensive and its only priced in CAD so USD saves like 30% lol
Good luck hunting.
by farseer on 10/27/22, 5:59 AM