about summary refs log tree commit diff
path: root/create-webring.sh
blob: e468fbf2a16e20b17d42164cc92e9f68a59ed95c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Create webring
openring -l 100 \
  -s https://drewdevault.com/feed.xml \
  -s https://stallman.org/rss/rss.xml \
  -s https://rys.io/en/feed.rss \
  -s https://cnx.gdn/feed.xml \
  -s https://dataswamp.org/~solene/rss-html.xml \
  -s https://seirdy.one/posts/atom.xml \
  < webring.template \
  > layouts/partials/custom-webring.html