From 2a98674f829990837963559ae1d17359b51b276c Mon Sep 17 00:00:00 2001 From: Garry Ing Date: Sat, 20 Mar 2021 11:29:52 -0400 Subject: [PATCH] updated feed config --- Gemfile | 2 +- Gemfile.lock | 11 ++++++++--- _config.yml | 7 +++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8105080..d96e7d1 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "jekyll", "~> 4.2.0" # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" + gem "jekyll-feed", git: "https://github.com/hyphacoop/jekyll-feed" gem "jekyll-last-modified-at", "~> 1.3" end diff --git a/Gemfile.lock b/Gemfile.lock index 0ae1d0b..b02ce27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/hyphacoop/jekyll-feed + revision: 4747e880073c01b4fb2dc1871916024481fb13af + specs: + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) + GEM remote: https://rubygems.org/ specs: @@ -39,8 +46,6 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) - jekyll-feed (0.15.1) - jekyll (>= 3.7, < 5.0) jekyll-last-modified-at (1.3.0) jekyll (>= 3.7, < 5.0) posix-spawn (~> 0.3.9) @@ -93,7 +98,7 @@ PLATFORMS DEPENDENCIES html-proofer (~> 3.18) jekyll (~> 4.2.0) - jekyll-feed (~> 0.12) + jekyll-feed! jekyll-last-modified-at (~> 1.3) rake (~> 13.0) tzinfo (~> 1.2) diff --git a/_config.yml b/_config.yml index 41fb4da..c14e058 100644 --- a/_config.yml +++ b/_config.yml @@ -41,6 +41,13 @@ collections: output: true permalink: /:slug +feed: + collections: + notes: + path: "/feed.xml" + posts: + path: "" + defaults: - scope: path: "**/*"