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'