blob: 1f30dcca3f55fbba6454ef5cbf59d08dbe7ff771 (
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 \
> _includes/custom-webring.html
|