From 9589e97b812cf368c583f38998eba001bbb72de0 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 22 Jul 2019 17:02:29 +0200 Subject: Add twitter card support For some reason they don't support SVG, so use a webp image for now. --- Makefile | 2 +- logo.webp | Bin 0 -> 7556 bytes templates/index.xml | 4 ++++ templates/post.xml | 4 ++++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 logo.webp 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 diff --git a/logo.webp b/logo.webp new file mode 100644 index 0000000..f7f49f7 Binary files /dev/null and b/logo.webp differ diff --git a/templates/index.xml b/templates/index.xml index 620a09b..45e0168 100644 --- a/templates/index.xml +++ b/templates/index.xml @@ -7,6 +7,10 @@ + + + +