From bb3a3ca3b294706de452087a67f53ec4db9a53a8 Mon Sep 17 00:00:00 2001 From: Patrick Golden Date: Wed, 13 Nov 2024 16:50:56 -0500 Subject: [PATCH] Add Atom feed using the jekyll-feed plugin (#2646) --- _config.yml | 3 +++ _config_header.yml | 3 +++ _includes/head.html | 2 ++ 3 files changed, 8 insertions(+) diff --git a/_config.yml b/_config.yml index f6d823f32..90866d7ba 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,9 @@ author: name: OBO Technical WG plugins: - jekyll-sitemap + - jekyll-feed +feed: + disable_in_development: true ## --Anything above this line can be edited in _config_header.yml -- ## --Everything below this line automatically generated in _config.yml -- ontologies: diff --git a/_config_header.yml b/_config_header.yml index 8b9f995f9..9366d5977 100644 --- a/_config_header.yml +++ b/_config_header.yml @@ -10,5 +10,8 @@ author: name: OBO Technical WG plugins: - jekyll-sitemap + - jekyll-feed +feed: + disable_in_development: true ## --Anything above this line can be edited in _config_header.yml -- ## --Everything below this line automatically generated in _config.yml -- diff --git a/_includes/head.html b/_includes/head.html index 8a4037e38..a1cd4a4b5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,6 +14,8 @@ +{% feed_meta %} +