Post #991153
2026-03-26 20:34 UTC
I wanted to write a proper Google Blogger export tool, because I want to shut two blogs down ๐
I ended up writing a full, multi-user, reasonably lightweight static file CMS with some pretty cool features. (Yes, I'll AGPLv3 it.)
It uses PHP 8.4+ and works beautifully with a 16MB memory cap.
So now I have to convert my own blog to this static file CMS. WTF!?
Maybe I should just go and read a book ๐ค
#devops #cms #oss #foss #opensource #php #programming #ihavenolife #programmer
Replies (2)
-
@joho@mastodon.online 2026-03-30 09:10
Right, that's Blogger and WordPress import done, maybe it's time to push a 0.something out the door ๐
-
@Crell@phpc.social 2026-03-26 22:55
@joho@mastodon.online I am literally working on that myself right this moment, although getting data out of Drupal and into my new "mostly static" site CMS. It is a right of passage for PHP devs...