diff --git a/assets/img/1.jpg b/assets/img/1.jpg new file mode 100644 index 0000000..8092ac6 Binary files /dev/null and b/assets/img/1.jpg differ diff --git a/assets/img/bg.png b/assets/img/bg.png deleted file mode 100644 index 7a29a14..0000000 Binary files a/assets/img/bg.png and /dev/null differ diff --git a/config/_default/params.toml b/config/_default/params.toml index c275223..50a49cb 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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