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