From 9243fb99909cf993fada5f4c822584b56a17aeb3 Mon Sep 17 00:00:00 2001 From: Yonatan Miller Date: Sun, 22 Jan 2023 12:06:36 +0100 Subject: [PATCH] Disable feed in development With 6 languages/collections, feed generation is arduous so disable in development https://github.com/jekyll/jekyll-feed/pull/370 --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 99628f5..4583ca3 100644 --- a/_config.yml +++ b/_config.yml @@ -25,6 +25,10 @@ plugins: - jekyll-feed - jekyll-multiple-languages-plugin +# jekyll-feed plugin +feed: + disable_in_development: true + jekyll_get_data: - data: collective-actions url: "https://raw.githubusercontent.com/collective-action/tech/master/actions.json"