From c5f312413783a666959eedf68ea4114b6094f948 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 4 Dec 2022 11:29:37 -0500 Subject: [PATCH] move custom css to more reasonable directory ; update to have https://favicon.io standard favicon setup --- config.toml | 4 +--- static/{ => css}/style.css | 0 themes/gochowdown/layouts/_default/baseof.html | 7 +++++-- 3 files changed, 6 insertions(+), 5 deletions(-) rename static/{ => css}/style.css (100%) diff --git a/config.toml b/config.toml index c49410b..185b900 100644 --- a/config.toml +++ b/config.toml @@ -22,12 +22,10 @@ notes = "/notes/:title" author = "KemoNine" description = "a confused culinary notebook" keywords = "recipes" -favicon_32 = "/images/favicon-32x32.png" -favicon_16 = "/images/favicon-16x16.png" hidecredits = false hidecopyright = false showNavTitle = true -custom_css = [ "style.css" ] +custom_css = [ "/css/style.css" ] mainSections = ["recipe", "recipes", "note", "notes"] [[menu.main]] diff --git a/static/style.css b/static/css/style.css similarity index 100% rename from static/style.css rename to static/css/style.css diff --git a/themes/gochowdown/layouts/_default/baseof.html b/themes/gochowdown/layouts/_default/baseof.html index c81b105..ba80244 100644 --- a/themes/gochowdown/layouts/_default/baseof.html +++ b/themes/gochowdown/layouts/_default/baseof.html @@ -30,8 +30,11 @@ {{ end }} - - + + + + + {{ hugo.Generator }}