diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1ff142c..5008fcc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -69,6 +69,7 @@ disableHugoGeneratorInject = false contentTypeName = "posts" # Default theme "light" or "dark" defaultTheme = "dark" + themeColor = "#252627" [params.logo] logoText = "$ cd /home/" diff --git a/layouts/partials/favicons.html b/layouts/partials/favicons.html index 431e523..b454691 100644 --- a/layouts/partials/favicons.html +++ b/layouts/partials/favicons.html @@ -4,3 +4,4 @@ + \ No newline at end of file