From 9ca285915d048d735ab866366cfb3c511b624bec Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 27 May 2026 14:30:58 -0400 Subject: [PATCH 1/2] [config](build): turn off jekyll_ai_related_posts Comment out the jekyll_ai_related_posts gem in the Jekyll plugins group. Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 17930ca..175fe63 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'minima', '~> 2.5', '>= 2.5.2' # If you have any plugins, put them here! group :jekyll_plugins do -gem 'jekyll_ai_related_posts', '~> 0.1.4' +# gem 'jekyll_ai_related_posts', '~> 0.1.4' gem 'jekyll-avatar', '~> 0.8.0' gem 'jekyll-default-layout', '~> 0.1.5' gem 'jekyll-feed', '~> 0.17.0' From 68ecc929bb1d4cac56bd7df500b9aff41f0b49e7 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 27 May 2026 14:31:53 -0400 Subject: [PATCH 2/2] [config](build): turn off jekyll_ai_related_posts Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0409bd8..73873ca 100644 --- a/_config.yml +++ b/_config.yml @@ -34,7 +34,7 @@ plugins: - jekyll-sitemap # - jekyll-tagging - jekyll-titles-from-headings - - jekyll_ai_related_posts +# - jekyll_ai_related_posts - jekyll-toc - jemoji - jekyll-paginate-v2