diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-10-11 20:59:37 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-10-11 21:03:23 +0700 |
commit | fe49b89f605eb120825e7f29a119971884dc10bd (patch) | |
tree | b16ce4b6ad5bdefba8f0d8d463c5794b87c0acc4 | |
parent | 75d9ff54039e34a832bdf4e2618944bdc1928988 (diff) | |
download | blog-fe49b89f605eb120825e7f29a119971884dc10bd.tar.gz |
Update RSS ring
-rwxr-xr-x | create-webring.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/create-webring.sh b/create-webring.sh index 6d91b77..e468fbf 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -1,11 +1,10 @@ # 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 \ + -s https://rys.io/en/feed.rss \ + -s https://cnx.gdn/feed.xml \ + -s https://dataswamp.org/~solene/rss-html.xml \ + -s https://seirdy.one/posts/atom.xml \ < webring.template \ > layouts/partials/custom-webring.html |