diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7bdc6d1 --- /dev/null +++ b/Makefile @@ -0,0 +1,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 |