From c3cafe3c3817f52d4c588b5b0d6e71e07e06145e Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 27 Sep 2020 14:07:55 -0500 Subject: Change theme first --- 404.html | 2 +- Gemfile | 12 +++-- Gemfile.lock | 36 ++++++++++--- _config.yml | 50 +++++++++++++----- _includes/head/favicon.html | 7 +++ _includes/svg/logo.svg | 87 ++++++++++++++++++++++++++++++++ android-chrome-192x192.png | Bin 0 -> 2582 bytes android-chrome-512x512.png | Bin 0 -> 9703 bytes apple-touch-icon.png | Bin 0 -> 2480 bytes browserconfig.xml | 9 ++++ data/navigation.yml | 5 ++ favicon-16x16.png | Bin 0 -> 786 bytes favicon-32x32.png | Bin 0 -> 1033 bytes favicon.ico | Bin 34494 -> 15086 bytes gemset.nix | 120 +++++++++++++++++++++++++++++++++++++++++--- mstile-144x144.png | Bin 0 -> 1944 bytes mstile-150x150.png | Bin 0 -> 2039 bytes mstile-310x150.png | Bin 0 -> 2385 bytes mstile-310x310.png | Bin 0 -> 3804 bytes mstile-70x70.png | Bin 0 -> 1732 bytes safari-pinned-tab.svg | 39 ++++++++++++++ site.webmanifest | 19 +++++++ 22 files changed, 353 insertions(+), 33 deletions(-) create mode 100644 _includes/head/favicon.html create mode 100644 _includes/svg/logo.svg create mode 100644 android-chrome-192x192.png create mode 100644 android-chrome-512x512.png create mode 100644 apple-touch-icon.png create mode 100644 browserconfig.xml create mode 100644 data/navigation.yml create mode 100644 favicon-16x16.png create mode 100644 favicon-32x32.png create mode 100644 mstile-144x144.png create mode 100644 mstile-150x150.png create mode 100644 mstile-310x150.png create mode 100644 mstile-310x310.png create mode 100644 mstile-70x70.png create mode 100644 safari-pinned-tab.svg create mode 100644 site.webmanifest diff --git a/404.html b/404.html index 086a5c9..e05071b 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ --- permalink: /404.html -layout: default +layout: 404 ---