diff options
author | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 15:13:50 +0700 |
---|---|---|
committer | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 15:13:54 +0700 |
commit | 3c4cfb45a33f4835f76893fde7198d132774b57c (patch) | |
tree | 46a6cc4ea479bac65835f871371a1a2000484fdf /create-webring.sh | |
parent | adfa1dad82c1730f45f7176cda86c1dc42ef8c11 (diff) | |
download | blog-3c4cfb45a33f4835f76893fde7198d132774b57c.tar.gz |
Add webring
Diffstat (limited to 'create-webring.sh')
-rwxr-xr-x | create-webring.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/create-webring.sh b/create-webring.sh new file mode 100755 index 0000000..9bd5d3b --- /dev/null +++ b/create-webring.sh @@ -0,0 +1,7 @@ +# Create webring +openring \ + -s https://drewdevault.com/feed.xml \ + -s https://stallman.org/rss/rss.xml \ + -s https://news.opensuse.org/feed/ \ + < webring.template \ + > _includes/custom-webring.html |