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] [homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom 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 showRecent = true
showRecentItems = 3 showRecentItems = 3
showMoreLink = true showMoreLink = true
@ -48,7 +48,7 @@ mainSections = ["posts", "about"]
showDateUpdated = false showDateUpdated = false
showAuthor = false showAuthor = false
showHero = true 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 layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = true showBreadcrumbs = true
@ -70,7 +70,7 @@ mainSections = ["posts", "about"]
[list] [list]
#showHero = true #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 #layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background #layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = false showBreadcrumbs = false

Loading…
Cancel
Save