1
2
3all: openring
4 hugo
5
6serve: openring
7 hugo serve
8
9
10openring:
11 openring -n 6 \
12 -s https://drewdevault.com/blog/index.xml \
13 -s https://mazzo.li/rss.xml \
14 -s https://blog.golang.org/feed.atom \
15 -s https://emersion.fr/blog/atom.xml \
16 < webring.template \
17 > themes/flamingo/layouts/partials/openring.html