Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
sealrealize committed Jan 13, 2024
1 parent 15e05a8 commit 830d0fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://blowfish.page/docs/configuration/#theme-parameters

colorScheme = "blowfish"
defaultAppearance = "light" # valid options: light or dark
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true

enableSearch = true
Expand All @@ -26,7 +26,7 @@ disableTextInHeader = false
# smartTOCHideUnfocusedChildren = true

[header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
layout = "fixed-fill" # valid options: basic, fixed, fixed-fill, fixed-fill-blur

[footer]
showMenu = true
Expand Down Expand Up @@ -129,11 +129,11 @@ disableTextInHeader = false
# domain = "llama.yoursite.com"

[buymeacoffee]
# identifier = ""
# globalWidget = true
# globalWidgetMessage = "Hello"
# globalWidgetColor = "#FFDD00"
# globalWidgetPosition = "Right"
identifier = ""
globalWidget = true
globalWidgetMessage = "Hello"
globalWidgetColor = "#FFDD00"
globalWidgetPosition = "Right"

[verification]
# google = ""
Expand Down
4 changes: 1 addition & 3 deletions layouts/partials/extend-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<div class="lg:flex">
<div class="w-full lg:w-2/5">
<div class="">
<a href="#">
<img class="w-auto h-7" src="https://merakiui.com/images/full-logo.svg" alt="">
</a>
<h3 class="text-gray-700 uppercase dark:text-white">About</h3>

<p class="mt-2 text-gray-500 dark:text-gray-400">Join 31,000+ other</p>
</div>
Expand Down

0 comments on commit 830d0fd

Please sign in to comment.