From eb40f8f6def5d5061c7c3a44fb5f397162feefe4 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Fri, 30 Aug 2024 17:34:45 +0000 Subject: [PATCH] RSS feeds --- Makefile | 2 +- scripts/openring.sh | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0c7203..26192fe 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ layouts/partials/bsky.html: layouts/partials/lastfm.html: scripts/lastfm.sh > layouts/partials/lastfm.html -layouts/partials/openring.html: +layouts/partials/openring.html: scripts/openring.sh scripts/openring.sh > layouts/partials/openring.html PREGEN_HTML=static/files/dominic-ricottone.pdf static/files/dominic-ricottone.html layouts/partials/bsky.html layouts/partials/lastfm.html layouts/partials/openring.html diff --git a/scripts/openring.sh b/scripts/openring.sh index f47bcbb..e68be1e 100755 --- a/scripts/openring.sh +++ b/scripts/openring.sh @@ -1,7 +1,7 @@ #!/bin/sh openring \ - -s https://drewdevault.com/feed.xml \ + -s https://drewdevault.com/blog/index.xml \ -s https://emersion.fr/blog/rss.xml \ -s https://gregoryszorc.com/blog/feed/ \ -s https://words.filippo.io/rss/ \ @@ -15,5 +15,11 @@ openring \ -s https://tradediversion.net/feed/ \ -s https://vincent.bernat.ch/en/blog/atom.xml \ -s https://blog.cr.yp.to/feed.application=xml \ + -s https://statmodeling.stat.columbia.edu/feed/ \ + -s https://adarshbadri.me/feed/ \ + -s https://imperfectnotes.substack.com/feed/ \ + -s https://danieldrezner.substack.com/feed/ \ + -s https://fuzzynotes.adarshbadri.me/feed/ \ + -s https://justthesocialfacts.blogspot.com/feeds/posts/default?alt=rss \ < scripts/openring.html -- 2.43.4