aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-23 23:09:17 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-23 23:13:40 +0200
commita588d31babc97d8749cf531379c9c2e25d7225fa (patch)
tree3fc4b5261df6cd48655bb3a2fbd4d9257c4d6144 /Makefile
parent4f3b7a9fbb951257a039a84cafcd9f897a6bc197 (diff)
downloadgabrielgio.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--Makefile16
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