summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 17:02:29 +0200
committerWolfgang Müller2019-07-22 17:08:11 +0200
commit9589e97b812cf368c583f38998eba001bbb72de0 (patch)
tree28ca8ec14636ddd0e7fc66f7cba9b0a2f41aadab /Makefile
parent2036984ac0c74f98a17019c67e4c3053a1a5849a (diff)
downloadsite-9589e97b812cf368c583f38998eba001bbb72de0.tar.gz
Add twitter card support
For some reason they don't support SVG, so use a webp image for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7df1698..b141a8f 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,6 @@ clean:
rm -f posts/*.html index.html atom.xml style.css man.css
deploy:
- @rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
+ @rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.{svg,webp} atom.xml coleridge:www/oriole.systems/
.PHONY: clean deploy site