mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 17:51:23 -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"
|
||||
|
@ -153,6 +153,7 @@
|
||||
"dark:bg-primary-400/10",
|
||||
"dark:bg-red-900/30",
|
||||
"dark:bg-yellow-700/30",
|
||||
"dark:block",
|
||||
"dark:border-blue-200/30",
|
||||
"dark:border-gray-100/20",
|
||||
"dark:border-neutral-800",
|
||||
@ -162,6 +163,7 @@
|
||||
"dark:border-yellow-200/30",
|
||||
"dark:contrast-more:border-neutral-400",
|
||||
"dark:focus:bg-dark",
|
||||
"dark:hidden",
|
||||
"dark:hover:bg-gray-100/5",
|
||||
"dark:hover:bg-neutral-900",
|
||||
"dark:hover:bg-primary-100/5",
|
||||
@ -340,6 +342,7 @@
|
||||
"min-w-full",
|
||||
"ml-1",
|
||||
"ml-4",
|
||||
"ml-auto",
|
||||
"mr-1",
|
||||
"mr-2",
|
||||
"mt-1.5",
|
||||
|
Reference in New Issue
Block a user