blob: 45f4f2321a8bce68ca671e4b3b5352fbae77b5e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.ipfs.io/index.xml \
-s https://disroot.org/en/blog.atom \
-s https://blog.golang.org/feed.atom \
-s https://www.eff.org/rss/updates.xml \
-s https://news.opensuse.org/feed.xml \
-s https://blog.ipfs.io/index.xml \
< webring.template \
> _includes/custom-webring.html
|