about summary refs log tree commit diff
path: root/create-webring.sh
blob: 3cfde2955f14a1b372b834fd9429ecd67f1ce583 (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://www.eff.org/rss/updates.xml \
  < webring.template \
  > layouts/partials/custom-webring.html