diff options
author | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 16:52:47 +0700 |
---|---|---|
committer | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 16:52:47 +0700 |
commit | beb4deb58b9676f962ee584dadf1dbcc45d36125 (patch) | |
tree | c17fb48b57fe5c4932a13e43e4376b270d7a54f4 /create-webring.sh | |
parent | dd514ff1971b57c7f3e7922d3beefd244017627a (diff) | |
download | blog-beb4deb58b9676f962ee584dadf1dbcc45d36125.tar.gz |
Add more RSS
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 9bd5d3b..07ae385 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -3,5 +3,8 @@ 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 \ < webring.template \ > _includes/custom-webring.html |