diff options
author | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-15 10:49:36 +0700 |
---|---|---|
committer | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-15 10:49:36 +0700 |
commit | bed5a7325f333fbc54fe713aa8d0dab75ef41cb7 (patch) | |
tree | 5f066a11f5298932f30e02be34f746e6a4080cb1 /create-webring.sh | |
parent | 965483cc21fd519c16b212fc58791e637188134f (diff) | |
download | blog-bed5a7325f333fbc54fe713aa8d0dab75ef41cb7.tar.gz |
Add feed for webring
Diffstat (limited to 'create-webring.sh')
-rwxr-xr-x | create-webring.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/create-webring.sh b/create-webring.sh index 07ae385..45f4f23 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -6,5 +6,8 @@ openring \ -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 |