setup progressive jpeg instead of PNG
All checks were successful
Hugo / build (push) Successful in 35s
All checks were successful
Hugo / build (push) Successful in 35s
This commit is contained in:
parent
cc3f33a59c
commit
b4b20bd8a6
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ mainSections = ["services"]
|
|||
|
||||
disableImageOptimization = false
|
||||
|
||||
defaultBackgroundImage = "img/single-brick.png"
|
||||
defaultFeaturedImage = "img/single-brick.png"
|
||||
defaultBackgroundImage = "img/single-brick.jpeg"
|
||||
defaultFeaturedImage = "img/single-brick.jpeg"
|
||||
|
||||
highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
|
@ -28,7 +28,7 @@ showScrollToTop = true
|
|||
|
||||
[homepage]
|
||||
layout = "background"
|
||||
homepageImage = "img/single-brick.png"
|
||||
homepageImage = "img/single-brick.jpeg"
|
||||
showRecent = true
|
||||
showRecentItems = 6
|
||||
showMoreLink = false
|
||||
|
|
Loading…
Add table
Reference in a new issue