Slug
drupal

Major Drupal upgrade and a new theme

I just spent the day (and then some) upgrading both the development version of this site and this site, and it has not been a fun upgrade. Part of the problem was that I had to switch themes, as the d8_blog_theme has apparently stopped being maintained. But thanks to my friend Dave, who does Drupal professionally, he cloned the repo and did some fixes in addition to making it compatible with Drupal 11.

Addressing some technical debt for my site

One of the problems I had when I was copying content from my old WordPress site to the Drupal site was that while I could set the authoring date, I could not get that date applied uniformly throughout each article. Only the created date was being set, and the updated date on the article was showing when I did the copy/paste. But, a pointer and a bit of research, and I figured out how to fix this with a PHP script and drush scr. And I even fixed the dates on comments as well.