From 9254e23a12839f5ca57d2a29044aced649f0c481 Mon Sep 17 00:00:00 2001 From: deathrow Date: Wed, 3 Aug 2022 08:13:16 -0400 Subject: [PATCH] Update RSS --- _config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index aa50844..a4219e2 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,8 @@ collections: output: true pages: output: true + information: + output: true exclude: - Gemfile - Gemfile.lock @@ -24,4 +26,6 @@ plugins: - jekyll-seo-tag feed: collections: - - changelog \ No newline at end of file + - changelog + - information + - items \ No newline at end of file