mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 08:56:20 -04:00
feat: navbar logo and title can be configured
chore: add logos to static and update compiled css
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user