diff --git a/_includes/openringTemplate.html b/_includes/openringTemplate.html new file mode 100644 index 0000000..edc2638 --- /dev/null +++ b/_includes/openringTemplate.html @@ -0,0 +1,50 @@ + +
+

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/_includes/postFooter.html b/_includes/postFooter.html index 93116e3..865f429 100644 --- a/_includes/postFooter.html +++ b/_includes/postFooter.html @@ -1,4 +1,5 @@

Issues or comments? Email me! +{% include openring.html %}
diff --git a/serve.sh b/serve.sh new file mode 100644 index 0000000..3610795 --- /dev/null +++ b/serve.sh @@ -0,0 +1,12 @@ +openring \ + -s https://andyconlin.com/feed/ \ + -s https://digitalflapjack.com/blog/index.xml \ + -s https://gpanders.com/index.xml \ + -s https://luke.hsiao.dev/atom.xml \ + -s https://wickstrom.tech/feed.xml \ + -s https://paulcapewell.com/feed/ \ + -s https://www.splitbrain.org/feed/blog \ + -s https://lilysthings.org/blog/rss.xml \ + < _includes/openringTemplate.html \ + > _includes/openring.html +bundle exec jekyll serve