jeffgeerling-com
jeffgeerling-com copied to clipboard
Drupal Codebase for JeffGeerling.com
It's late, don't have time to fix everything from #151 now, so I'll leave some things to check on here: - [ ] Aggregate CSS/JS doesn't seem to work anymore....
The README has [Syncing the Database from Production](https://github.com/geerlingguy/jeffgeerling-com#syncing-the-database-from-production) which is pretty important for any contributed features. This feature could be one of those. https://github.com/geerlingguy/jeffgeerling-com/issues/148 However, that does require some sample...
So, shortly after my post [Hosting this website on a farm - or anywhere](https://www.jeffgeerling.com/blog/2022/hosting-website-on-farm-or-anywhere) went live, the site was pummeled by an average of 5,000,000 POST requests per hour (in...
See: https://www.jeffgeerling.com/blog @mglaman found this, so credit to him... if you look at the blog page and one of the entries has a YouTube embed, it's all garbled. It should...
Every time cron runs I get this: ``` GuzzleHttp\Exception\ClientException: Client error: `GET https://www.bing.com/ping?sitemap=https://www.jeffgeerling.com/default/sitemap.xml` resulted in a `410 Gone` response in GuzzleHttp\Exception\RequestException::create() (line 113 of /home/geerlingguy/domains/drupal8/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php). ``` See issue: [Bing 410...
Any time I publish or save an edit to a blog post, I'd like to automatically trigger a Cloudflare purge on the following paths: 1. The blog post URL 2....
I'd like to add a little info / warning bubble to the top of any post more than 10 years old (since my blog has a lot of old posts,...
I was thinking just now about possible ways to prevent your site from falling over. One of the ways I thought about that would probably be fairly simple to implement...
Branch off of discussion in #141 Possible options * Cactus comments [cactus.chat](https://cactus.chat) * Open Source * Self-hostable * Powered by Matrix * Distributed (no single point of failure) * Users...
I'd like to have a custom block which displays a video thumbnail, then title, then date, for the three most recent YouTube videos on my channel. There's gotta be some...