aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-09-09 15:14:22 -0600
committerMelody Horn <melody@boringcactus.com>2020-09-09 15:14:22 -0600
commit984d9342ea8ac8c06a820e9259d7a5856dca6614 (patch)
tree6c1a9c254d0d9eb00d824bd77c224adbbd9aab2d
parentf2b9d72bef2001025cab8afedfec6d4176d3ff7f (diff)
downloadboringcactus.com-984d9342ea8ac8c06a820e9259d7a5856dca6614.tar.gz
boringcactus.com-984d9342ea8ac8c06a820e9259d7a5856dca6614.zip
add RSS feed, by request
-rw-r--r--_config.yml5
-rw-r--r--_layouts/default.html1
2 files changed, 6 insertions, 0 deletions
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 @@
<title>{{ page.title }} | boringcactus</title>
{% endif %}
<link rel="stylesheet" href="/site.css">
+ {% feed_meta %}
</head>
<body>
<header>