From 39255b39bbfea4cf83b1a26d7c5b675fb7efe9e9 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 26 Oct 2023 15:28:05 -0600 Subject: Add logo --- _config.yml | 4 ++-- _includes/views/site-brand.html | 3 +-- assets/images/logo.png | Bin 0 -> 25921 bytes 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 assets/images/logo.png diff --git a/_config.yml b/_config.yml index b4c183c..494d846 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title +# title: Your awesome title email: your-email@domain.com author: GitHub User @@ -49,7 +49,7 @@ description: >- # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. https://example.com -favicon: "" # the favicon for your site +favicon: "/assets/images/logo.png" # the favicon for your site # Yat date format # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this diff --git a/_includes/views/site-brand.html b/_includes/views/site-brand.html index e1ad4a8..c7d63a3 100644 --- a/_includes/views/site-brand.html +++ b/_includes/views/site-brand.html @@ -1,4 +1,3 @@ diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..0a52ca6 Binary files /dev/null and b/assets/images/logo.png differ -- cgit v1.2.3