about summary refs log tree commit diff
path: root/create-webring.sh
blob: 52f4e1509442dcbc957dd61ef8296d0f43a24a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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://www.eff.org/rss/updates.xml \
  < webring.template \
  > layouts/partials/custom-webring.html