blob: 9bd5d3be78c1224cef124553f4a2eb9b813bf963 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Create webring
openring \
-s https://drewdevault.com/feed.xml \
-s https://stallman.org/rss/rss.xml \
-s https://news.opensuse.org/feed/ \
< webring.template \
> _includes/custom-webring.html
|