Moving from WordPress to Jekyll (and static site generators in general)
28 points
3 hours ago
| 6 comments
| demandsphere.com
| HN
donohoe
2 hours ago
[-]
I don’t get it. Their setup is so much more complicated and limiting than what they had on Wordpress.

I won’t argue with their reasons to move (which don’t stack up for me either but agree to disagree).

reply
alwillis
1 hour ago
[-]
Been on the Jekyll bandwagon for a long time now; it's my go-to static site generator.
reply
mc007
1 hour ago
[-]
interesting, we went from classic CMS to Jekyll, then Hugo, then Astro and finally built our own CMS - for larger sets of content and sites. Fiddling with custom DSLs, templates, weird builds and tricks ... was just way too time consuming - unthinkable my wife would ever touch it or write an article in there :)

Have a look at https://service.polymech.info/user/cgo/pages/poolypress-cms, agentic CMS, translates, creates and manages articles with a few prompts, widget aware.

reply
pseudosavant
2 hours ago
[-]
I recently retired my Wordpress blog and replaced it with a static-site generator. My requirements were straight-forward and I ended up having Codex build it for me.

It was the last thing using MySQL, PHP, and Wordpress on my site. 3 big things to not have to keep up-to-date and secured. I can check in markdown to my repo, it builds the site, and Nginx serves it. So fast, and secure.

reply
rmoriz
34 minutes ago
[-]
I have a legacy WP blog that I wanted to migrate to some static architecture for ages but IMHO users should be able to comment and maybe even post a pingback. I know, old MT days. But social media is always about getting (positive) comments and feedback, not just dropping statements and knowledge.

I also don't want to tie my site to disqus or other 3rd party cloud services and their implication on GDPR.

reply
mbirth
8 minutes ago
[-]
A buddy found Cusdis - a self-hostable Disqus alternative: https://cusdis.com . But this only does comments, no pingbacks - and via a separate product that you need to integrate using JavaScript.

And running this opens you up to security issues you were trying to avoid by going the SSG route. In a way you could just keep WP, then.

(Also, WP has this beautiful ActivityPub plugin that makes your blog a fediverse account that people can subscribe to and even comment on your posts from Mastodon/Pleroma/etc.)

reply
purplehat_
2 hours ago
[-]
what's the advantage of a static site generator over pandoc + makefile?
reply
lopsotronic
1 hour ago
[-]
While opinions differ, I would say that pandoc+makefile is a variant of SSG, versus something wholly different in kind.
reply
UqWBcuFx6NV4r
22 minutes ago
[-]
Huh? What’s the advantage of a car over a Toyota Camry?
reply
albedoa
6 minutes ago
[-]
Let the man try to feed his family with *checks notes* internet points.
reply
turkeyboi
52 minutes ago
[-]
Same thing
reply