From d0785dfbb4785175b8551872b74ee200af7c2267 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Fri, 28 Jul 2023 11:12:20 -0400 Subject: [PATCH] Add logo --- hugo.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index da898a4..04cc85d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,17 +18,22 @@ comments = true ShowReadingTime = true ShowToc = false + [params.label] + icon = "/favicons/apple-touch-icon.png" + text = ".dev" + iconHeight = 40 + [params.assets] favicon = "/favicons/favicon.ico" - favicon16x16 = "/favicons/favicon-16x16.png" - favicon32x32 = "/favicons/favicon-32x32.png" - apple_touch_icon = "/favicons/apple-touch-icon.png" + favicon16x16 = "/favicons/favicon-16x16.png" + favicon32x32 = "/favicons/favicon-32x32.png" + apple_touch_icon = "/favicons/apple-touch-icon.png" android_chrome_192x192 = "/favicons/android-chrome-192x192" android_chrome_512x512 = "/favicons/android-chrome-512x512" [params.homeInfoParams] Title = "Roland Thomas Jr \U0001F525" - Content = 'Welcome to my blog' + Content = 'Welcome to my blog!' [[params.socialIcons]] name = 'github'