diff --git a/config.yaml b/config.yaml
index 090bfef..aa9fd4e 100644
--- a/config.yaml
+++ b/config.yaml
@@ -12,6 +12,10 @@ markup:
# permalinks:
# post: /blog/:title
+outputs:
+ home: [html]
+ blog: ['html', 'rss']
+
menu:
main:
- identifier: about
diff --git a/content/blog/_index.md b/content/blog/_index.md
index fe49a58..1792310 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -2,4 +2,4 @@
title: Blog
---
-## Latest Posts
+## Latest Posts ([RSS](/blog/index.xml))
diff --git a/content/privacy.md b/content/privacy.md
index 42c4da9..3c32de9 100644
--- a/content/privacy.md
+++ b/content/privacy.md
@@ -5,6 +5,7 @@ title: Privacy Policy
I collect basic analytics to a system I run and control for insight into how
people use my website. That's it! No Google or Facebook here.
-Thank you for reading and being concerned about your privacy.
+Thank you for reading and being concerned about your privacy. Stay safe out
+there!
Go back or home.