From 0352ad45bab42a8dd2910e51b7c706337722a272 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 12 Aug 2020 22:05:54 +0530 Subject: [PATCH] openring: set up an initial framework Signed-off-by: Harsh Shandilya --- openring/in.html | 49 +++++++++++++++++++++++++++++++++++++++++++++ scripts/openring.sh | 6 ++++++ 2 files changed, 55 insertions(+) create mode 100644 openring/in.html create mode 100755 scripts/openring.sh diff --git a/openring/in.html b/openring/in.html new file mode 100644 index 0000000..a9f63e6 --- /dev/null +++ b/openring/in.html @@ -0,0 +1,49 @@ +
+

Articles from blogs I follow around the net

+
+ {{range .Articles}} +
+

+ {{.Title}} +

+

{{.Summary}}

+ + via {{.SourceTitle}} + + {{.Date | datef "January 2, 2006"}} +
+ {{end}} +
+

+ Generated by + openring +

+
+ diff --git a/scripts/openring.sh b/scripts/openring.sh new file mode 100755 index 0000000..1e0c1a4 --- /dev/null +++ b/scripts/openring.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +openring \ + -s https://stjepang.github.io/feed.xml \ + -s https://fasterthanli.me/index.xml \ + < openring/in.html \ + > layouts/partials/openring.html