blob: 6d91b77c47a10e320773a98ab478153bcd43d90e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Create webring
openring -l 100 \
-s https://drewdevault.com/feed.xml \
-s https://news.opensuse.org/feed/ \
-s https://stallman.org/rss/rss.xml \
-s https://hund.tty1.se/feed.xml \
-s https://shivering-isles.com/til/feed.xml \
-s https://cnx.srht.site/feed.xml \
-s https://ariadnavigo.xyz/posts/index.xml \
< webring.template \
> layouts/partials/custom-webring.html
|