aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/index.md6
-rwxr-xr-xrss/genrss3
2 files changed, 6 insertions, 3 deletions
diff --git a/posts/index.md b/posts/index.md
index 06ef12d..50894f5 100644
--- a/posts/index.md
+++ b/posts/index.md
@@ -17,3 +17,9 @@ The page you're looking at right now is also open-source! The code for this
page can be found on [GitHub](https://github.com/lonkaars/blog), and should
also be available on [my private git server](https://git.pipeframe.xyz).
+An rss/atom feed of this blog is also available:
+
+```
+https://blog.pipeframe.xyz/atom.xml
+```
+
diff --git a/rss/genrss b/rss/genrss
index 6d88f0f..9c3c19c 100755
--- a/rss/genrss
+++ b/rss/genrss
@@ -4,9 +4,6 @@ cd $(dirname $0)
alias xml="xmlstarlet"
-# exit if no out dir
-[[ ! -d ../out ]] && exit 1
-
cp base.xml atom.xml
for file in ../out/post/*; do
base=$(basename "$file" .html)