diff --git a/assets/_custom.scss b/assets/_custom.scss index 0de9ae1..8727953 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,3 +1,20 @@ /* You can add custom styles here. */ // @import "plugins/numbered"; +.book-menu-content nav { + display: flex; + flex-direction: column; + height: 99%; +} + +.book-brand { + margin: 0; +} +.book-search { + margin: 0; +} + +.book-menu-mid { + margin-top: -1rem; + flex-grow: 1; +} diff --git a/hugo.toml b/hugo.toml index f337eda..7d2498a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -49,7 +49,9 @@ enableGitInfo = false # (Optional, default favicon.png) Set the path to a favicon file. # If the favicon is /static/favicon.png then the path would be favicon.png - BookFavicon = 'favicon.ico' + BookFavicon = '' + + BookLogo = '' # (Optional, default docs) Specify root page to render child pages as menu. # Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/ diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html index f9accb4..4784eb5 100644 --- a/layouts/partials/docs/brand.html +++ b/layouts/partials/docs/brand.html @@ -5,4 +5,5 @@ {{- end -}} {{ .Site.Title }} +