~dricottone/blog

eb40f8f6def5d5061c7c3a44fb5f397162feefe4 — Dominic Ricottone 8 days ago 4c40015 dev
RSS feeds
2 files changed, 8 insertions(+), 2 deletions(-)

M Makefile
M scripts/openring.sh
M Makefile => Makefile +1 -1
@@ 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

M scripts/openring.sh => scripts/openring.sh +7 -1
@@ 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