feat: navbar logo and title can be configured

chore: add logos to static and update compiled css
This commit is contained in:
Xin
2023-08-20 20:34:01 +01:00
parent 0360a93e99
commit 80659b4933
6 changed files with 46 additions and 7 deletions

View File

@ -75,6 +75,16 @@ menu:
weight: 3
params:
navbar:
displayTitle: true
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-dark.svg
# link: /
# width: 40
# height: 20
footer:
disabled: false
displayCopyright: true
@ -94,4 +104,4 @@ params:
editURL:
disabled: false
base: "https://github.com/imfing/hextra/edit/dev/exampleSite/content"
base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"