about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-05-26 23:21:47 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-05-26 23:21:47 +0200
commitf882bde0e89359e156d281532adcfc500c387083 (patch)
tree58843dd3706d30321807004e0f7fb0a6e639fda4
parent24771929b9730340c9f2c8ed1de943d7310bec1a (diff)
downloadniedzwiedzinski.cyou-f882bde0e89359e156d281532adcfc500c387083.tar.gz
niedzwiedzinski.cyou-f882bde0e89359e156d281532adcfc500c387083.zip
Add feed
-rwxr-xr-xdeploy.sh2
-rw-r--r--src/blog/2020-11-14.gmi2
2 files changed, 3 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 29898d9..ad22689 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -13,6 +13,8 @@ mkdir html
 
 rsync -aP src/ html
 
+sfg -t niedzwiedzinski.cyou gemini://niedzwiedzinski.cyou/ ./src/blog > html/feed.xml
+
 for f in `find src -name '*.gmi'`; do
   name=$(basename $f .gmi)
   path="html/$(dirname $f | cut -c 4-)/$name.html"
diff --git a/src/blog/2020-11-14.gmi b/src/blog/2020-11-14.gmi
index 67b8a0f..81e7799 100644
--- a/src/blog/2020-11-14.gmi
+++ b/src/blog/2020-11-14.gmi
@@ -2,6 +2,6 @@
 
 I added rss feed to my blog here[1]. So if you're using a feed reader you can subscribe to me. If not then you should use one. Those feeds makes using the web less painful - you don't have to open browser and face all the garbage that is thrown at your face. You just select what you want to see.
 
-=> gemini://niedzwiedzinski.cyou/feed.xml
+=> /feed.xml
 
 I'm using larbs version of newsboat as my reader. It's nice, since it uses vim bindings and can open media not only in browser (ie. mpv will open youtube links, sxiv will open images).