diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-23 23:09:17 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-23 23:13:40 +0200 |
commit | a588d31babc97d8749cf531379c9c2e25d7225fa (patch) | |
tree | 3fc4b5261df6cd48655bb3a2fbd4d9257c4d6144 /Makefile | |
parent | 4f3b7a9fbb951257a039a84cafcd9f897a6bc197 (diff) | |
download | gabrielgio.me-a588d31babc97d8749cf531379c9c2e25d7225fa.tar.gz gabrielgio.me-a588d31babc97d8749cf531379c9c2e25d7225fa.tar.bz2 gabrielgio.me-a588d31babc97d8749cf531379c9c2e25d7225fa.zip |
feat: Add openring feed
Add a nice way to suggest some feed I interested in.
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 |