master
waifu 1 week ago
parent 27a8d479a2
commit c261ed097c
  1. BIN
      assets/img/1.jpg
  2. BIN
      assets/img/bg.png
  3. 6
      config/_default/params.toml

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

@ -32,7 +32,7 @@ mainSections = ["posts", "about"]
[homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom
homepageImage = "img/bg.png" # used in: hero, and card
homepageImage = "img/1.jpg" # used in: hero, and card
showRecent = true
showRecentItems = 3
showMoreLink = true
@ -48,7 +48,7 @@ mainSections = ["posts", "about"]
showDateUpdated = false
showAuthor = false
showHero = true
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = true
@ -70,7 +70,7 @@ mainSections = ["posts", "about"]
[list]
#showHero = true
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false

Loading…
Cancel
Save