about summary refs log tree commit diff
path: root/create-webring.sh
diff options
context:
space:
mode:
authorHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 15:13:50 +0700
committerHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 15:13:54 +0700
commit3c4cfb45a33f4835f76893fde7198d132774b57c (patch)
tree46a6cc4ea479bac65835f871371a1a2000484fdf /create-webring.sh
parentadfa1dad82c1730f45f7176cda86c1dc42ef8c11 (diff)
downloadblog-3c4cfb45a33f4835f76893fde7198d132774b57c.tar.gz
Add webring
Diffstat (limited to 'create-webring.sh')
-rwxr-xr-xcreate-webring.sh7
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