blog/create-webring.sh

10 lines
295 B
Bash
Raw Normal View History

2021-01-11 09:13:50 +01:00
# Create webring
openring \
2021-03-07 03:30:22 +01:00
-s https://blog.golang.org/feed.atom \
2021-01-11 09:13:50 +01:00
-s https://drewdevault.com/feed.xml \
-s https://news.opensuse.org/feed/ \
2021-03-07 03:30:22 +01:00
-s https://stallman.org/rss/rss.xml \
2021-01-15 04:49:36 +01:00
-s https://www.eff.org/rss/updates.xml \
2021-01-11 09:13:50 +01:00
< webring.template \
2021-04-12 06:19:57 +02:00
> layouts/partials/custom-webring.html