blob: 7bdc6d14fb71db0af2ddd1b56b205036792d6fac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
all: openring
hugo
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 \
< webring.template \
> themes/flamingo/layouts/partials/openring.html
|