From 983dc3c09c21583a9dcc5d17428f5f303f370d92 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Tue, 26 Jan 2016 11:11:56 -0700 Subject: [PATCH] Favicon --- .gitignore | 1 + Makefile | 9 ++++- favicon.svg | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 favicon.svg diff --git a/.gitignore b/.gitignore index 0c3e5ab..bdfaf7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +favicon.ico diff --git a/Makefile b/Makefile index e4f8d4b..ca0783b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,9 @@ -all: +all: favicon.ico jekyll build + +favicon.ico: favicon.svg + rsvg-convert -w 16 -h 16 --background-color=none favicon.svg -o favicon-16.png + rsvg-convert -w 32 -h 32 --background-color=none favicon.svg -o favicon-32.png + rsvg-convert -w 64 -h 64 --background-color=none favicon.svg -o favicon-64.png + convert favicon-16.png favicon-32.png favicon-64.png favicon.ico + rm favicon*.png diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..a0fc173 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + +