aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: a5553fc07ae480073257ff8d82a48f5830d609b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: openring
	hugo --minify

serve: openring
	hugo serve


openring:
	openring -n 6 \
		-s https://drewdevault.com/blog/index.xml \
		-s https://mazzo.li/rss.xml \
		-s https://blog.golang.org/feed.atom \
		-s https://emersion.fr/blog/atom.xml \
		< webring.template \
		> themes/flamingo/layouts/partials/openring.html