about summary refs log tree commit diff
path: root/create-webring.sh
blob: 98494d54f62135e6015e003e6bd7fb1b8006508e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Create webring
openring \
  -s https://blog.golang.org/feed.atom \
  -s https://drewdevault.com/feed.xml \
  -s https://news.opensuse.org/feed/ \
  -s https://stallman.org/rss/rss.xml \
  -s https://hund.tty1.se/feed.xml \
  -s https://shivering-isles.com/til/feed.xml \
  -s https://cnx.srht.site/feed.xml \
  < webring.template \
  > layouts/partials/custom-webring.html