From 984d9342ea8ac8c06a820e9259d7a5856dca6614 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 9 Sep 2020 15:14:22 -0600 Subject: add RSS feed, by request --- _config.yml | 5 +++++ _layouts/default.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..59eab86 --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +plugins: + - jekyll-feed +title: boringcactus +description: boringcactus's blog posts +author: boringcactus (Melody Horn) diff --git a/_layouts/default.html b/_layouts/default.html index 3bd4d2b..7970741 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,6 +20,7 @@ {{ page.title }} | boringcactus {% endif %} + {% feed_meta %}
-- cgit v1.2.3