From fbf71e7b960137d9175c69b3396c36223d34de73 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 2 Jun 2023 11:45:06 +0100 Subject: [PATCH] docs/config: remove feed. This slightly speeds up generation and it's no longer needed as of https://github.com/Homebrew/brew.sh/pull/955 and https://github.com/Homebrew/brew.sh/pull/956. --- docs/_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 5bbfa4eb37..958f028157 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -11,7 +11,6 @@ exclude: - vendor plugins: - - jekyll-feed - jekyll-redirect-from - jekyll-remote-theme - jekyll-seo-tag