From 6666af012f36b0f22bc69ff6581cd8ac28469cf4 Mon Sep 17 00:00:00 2001 From: Patrick Golden Date: Thu, 24 Oct 2024 12:32:17 -0400 Subject: [PATCH 1/2] Add Atom feed using the jekyll-feed plugin --- _config.yml | 1 + _config_header.yml | 1 + _includes/head.html | 2 ++ 3 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index ea8e04aee..f52192a3a 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ author: name: OBO Technical WG plugins: - jekyll-sitemap + - jekyll-feed ## --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..4de1b6941 100644 --- a/_config_header.yml +++ b/_config_header.yml @@ -10,5 +10,6 @@ author: name: OBO Technical WG plugins: - jekyll-sitemap + - jekyll-feed ## --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 %} +