From fbc6200a24a8b0bfa1cb12097f9dcf2f2b8281c0 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 10 Nov 2024 02:01:54 +0100 Subject: [PATCH] display logo --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index 8a6f419..86a4a67 100644 --- a/hugo.toml +++ b/hugo.toml @@ -46,6 +46,8 @@ enableGitInfo = false # If the favicon is /static/favicon.png then the path would be favicon.png BookFavicon = 'favicon.ico' + BookLogo = 'logo.png' + # (Optional, default docs) Specify root page to render child pages as menu. # Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/ # For backward compatibility you can set '*' to render all sections to menu. Acts same as '/'