what's the advantage of a static site generator over pandoc + makefile?
Moving from WordPress to Jekyll (and static site generators in general)
11–20 of 60 posts
Re: Moving from WordPress to Jekyll (and static site generators in general)
#12I 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.
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.)
Re: Moving from WordPress to Jekyll (and static site generators in general)
#13Re: Moving from WordPress to Jekyll (and static site generators in general)
#14I 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).
Re: Moving from WordPress to Jekyll (and static site generators in general)
#15what's the advantage of a static site generator over pandoc + makefile?
I mean, it’s tempting though.
Re: Moving from WordPress to Jekyll (and static site generators in general)
#16Re: Moving from WordPress to Jekyll (and static site generators in general)
#17Re: Moving from WordPress to Jekyll (and static site generators in general)
#18With SSGs, you have a few options for comments, like Disqus, but the ad-free version costs money, it's slower because it needs to load JS, and your comments are owned by a third party company. Contacts forms can be built by integrating an external API. And anything else that requires storing data will require an integration with a third party service of some sort.
SSGs are a great concept but they're mostly for nerds who get boners by seeing over-engineered systems. They're also great for companies like Cloudflare because they can sell you services that come for free with Wordpress (CMS, image uploads, databases, workers, etc). For serious blogging, I'd opt for Wordpress.