From 57be090b6ac5a2d223054c0df9055ac06bfefc5b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 12 Nov 2021 20:01:00 -0600 Subject: [PATCH] Set a default favicon path --- config.yaml | 2 ++ exampleSite/config.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 3b6b6ac..3c301ad 100644 --- a/config.yaml +++ b/config.yaml @@ -4,6 +4,8 @@ markup: lineNos: true params: + faviconICO: favicon.ico + faviconPNG: favicon.png readingtime: true taxonomies: diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index d633853..924a8a7 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -20,9 +20,9 @@ params: # these are for the OpenGraph/Twitter embeds in Hugo description: Example website for bobatheme - # these are for favicons in bobatheme (unset by default) - # faviconICO: /favicon.ico - # faviconPNG: /favicon.png + # these are for favicons in bobatheme (defaults are shown here) + # faviconICO: favicon.ico + # faviconPNG: favicon.png # show reading time (enabled by default) # readingtime: true