blob: 298ea68405d8bc1778b631928d19bf3ca02b9782 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Create webring
openring \
-s https://drewdevault.com/feed.xml \
-s https://stallman.org/rss/rss.xml \
-s https://news.opensuse.org/feed/ \
-s https://blog.golang.org/feed.atom \
-s https://www.eff.org/rss/updates.xml \
-s https://news.opensuse.org/feed.xml \
< webring.template \
> _includes/custom-webring.html
|