Tumblr is making the move to WordPress. After its 2019 acquisition by WordPress.com parent company Automattic in a $3 million fire sale, the new owner has
So... if the backend gets moved over to Wordpress, and Wordpress can already federate, I guess this means Tumblr is coming to the fediverse? 😮
Right? At this point I'm just sticking with WordPress because I can't be bothered to migrate a bunch of sites off of it. Every year for the past decade it's felt jankier. Tumblr's backend has to be a dumpster fire for this to seem like a good idea.
My criticism aside, WP still has the convenience factor of being the open source web platform that has a plugin for just about any need. Whether those plugins are gonna break for site or introduce interesting new vulnerabilities is a different discussion.
I suppose what I'm looking for is a lightweight, multi-user CMS, with support for both static pages and a blog. If the blog could support (at least one-way) federation that'd be a bonus. It should ideally be built to work with both desktop and mobile devices (so that I can customise the look rather than build it from scratch).
It's something I could build from scratch but if I can do it then I'm sure lots of more skilled people have done it better!
I suppose at some point I should learn Node.js and other JS-related stuff. I speak vanilla JS but I've not really touched frameworks. Anyway, thank you for the recommendation.
Wordpress is all of those except lightweight, though I wouldn't really say it's a bear to manage either. I believe they have initial activitypub support as well.
You can check the selfhosted list for alternatives, but I don't think I've seen one that would be a better fit.
I mostly find the design of WP clunky as all hell. I'd like to add some features to my site and doing so feels tremendously awkward. Learning how to implement stuff in their way of doing things doesn't feel worthwhile to me, I guess.
I’ve been looking off and on for a few months, but it seems like there aren’t many options anymore like there were 20 years ago. A couple I’ve found are FlatPress and WriteFreely, but I haven’t tried any yet.
You're not alone, I've still got clients with WP sites and it feels more and more patchworky every time I use it. The vulnerabilities may keep me up at night, but it would take a ton of effort to move them over, and my clients certainly don't want to pay for that.
This smells to me like WordPress reducing their workload more than anything since they own Tumblr (unless maybe there's some sort of financial incentive to increasing the number of WordPress blogs?).
But also, considering that at one point in Tumblr's history, you could edit other people's posts, maybe it is an improvement.
So the way Tumblr works is that your account is basically a blog, with your home page on the site being populated with posts from the accounts that you follow. You can reblog posts onto your own account and comment on them to create individual conversation threads like this one. At one point, there was a bug in the edit post system that let you edit the entirety of a post when you reblogged it, including what other people had said previously, and even the original post. This would only affect your specific reblog of it, of course, but you could edit a post to say something completely different from the original and create a completely unrelated comment chain.
I'll take your word for it. Apparently tumblr and WordPress (and WordPress.com) are owned by the same company, so this change would make sense to reduce maintenance workload.
WordPress core is pretty wild. But modern WordPress isn't working purely in that. The latest WP uses PHP primarily as a backend, and modern JS as a frontend and passing data through filters->DB.
I won't call it elegant. But it's not the PHP experience from five years ago.