Another artifact of the Django site migration to Dreamhost VPS is that Django thought absolute URLs should be http, not https. Which meant all my pages link[rel=canonical]
tags were for http. Here’s how I fixed it.
Another artifact of the Django site migration to Dreamhost VPS is that Django thought absolute URLs should be http, not https. Which meant all my pages link[rel=canonical]
tags were for http. Here’s how I fixed it.
With Dreamhost dropping support for Passenger, it took far too much work to migrate my site to Gunicorn. Maybe this will help someone else who’s going through the same thing.
Dreamhost removed support for Passenger a week ago, and I’ve been scrambling to get my site up and running again ever since.
I think I finally have it. I’m relieved, but tentatively because of a back-of-the-mind fear that something might still be broken.
I have spent the past couple of weeks fixated on implementing Webmentions on this website, and I have finally deployed the feature! (I think)
I just finished adding support for Photo posts to my website with the ability to syndicate to both Twitter and Mastodon. These are some of the sticking points I ran into with Mastodon and Django.