I run allaboutberlin.com for a living. I switched from Craft CMS to a homebrew static site generator (Markdown + Jekyll) and it was a game changer. Static sites are almost maintenance-free. They cost pennies to host. You work on your content using the tools that you love, if necessary offline. There are many excellent markdown editors and no CMS comes close. Everything is under source control and deploys with a push.…
Just had a peek at allaboutberlin.com. Pretty, thankfully slim and what I've seen (just glanced over the housing section) solid advice. You deserve some price for that.
Ask HN: What is the best way to author blogs in 2024?
101–110 of 137 posts
Re: Ask HN: What is the best way to author blogs in 2024?
#102Earlier quoted context omitted.
Why not roll your own? Sure, you have to build it and maintain it, but isn’t that in the spirit of programming? It’s fun.
Assuming that the purpose of the blog is to write/publish, then all of that is distraction from actually writing.
Re: Ask HN: What is the best way to author blogs in 2024?
#103Use a Static Site Generator like [Hugo]( https://gohugo.io ) and use GitHub pages or even Netlify which allows for CI/CD + Custom Domain with HTTPS/SSL certificates. I've been using Hugo + Netlify combination for more than 4 years now and It's a breeze. If you want to go with a full no-code solution, I'd recommend [feather.so]( https://feather.so/ ) (I haven't used personally but heard good things about it in the pas…
Re: Ask HN: What is the best way to author blogs in 2024?
#104Re: Ask HN: What is the best way to author blogs in 2024?
#105Re: Ask HN: What is the best way to author blogs in 2024?
#106Re: Ask HN: What is the best way to author blogs in 2024?
#107I think the writing effort was about similar to the effort it would take to learn some other guy's system, adapting it to my particular requirements.
Re: Ask HN: What is the best way to author blogs in 2024?
#108Earlier quoted context omitted.
I run a Wordpress instance on my home server. An extract job regularly exports a static version of the site. I host it on a DO droplet with a bunch of other static websites.
What's a good way to extract a static version? I currently use a plug-in that claims to create static pages, but the management is still on Wordpress. Is that good enough? Would the static pages extracted support commenting? Thanks.
Comments won’t work. You need a backend and database for that.
Re: Ask HN: What is the best way to author blogs in 2024?
#109Earlier quoted context omitted.
What's a good way to extract a static version? I currently use a plug-in that claims to create static pages, but the management is still on Wordpress. Is that good enough? Would the static pages extracted support commenting? Thanks.
I‘m using WP2Static, a Wordpress plugin. But you can script up something yourself with wget/curl, too. Comments won’t work. You need a backend and database for that.
Re: Ask HN: What is the best way to author blogs in 2024?
#110I run allaboutberlin.com for a living. I switched from Craft CMS to a homebrew static site generator (Markdown + Jekyll) and it was a game changer. Static sites are almost maintenance-free. They cost pennies to host. You work on your content using the tools that you love, if necessary offline. There are many excellent markdown editors and no CMS comes close. Everything is under source control and deploys with a push.…