diff options
-rw-r--r-- | posts/index.md | 6 | ||||
-rwxr-xr-x | rss/genrss | 3 |
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 +``` + @@ -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) |