Skip to content

Commit

Permalink
Fix config order, add a few more background gradients
Browse files Browse the repository at this point in the history
Signed-off-by: Shauna Gordon <[email protected]>
  • Loading branch information
ShaunaGordon committed May 20, 2024
1 parent 65f10cf commit 13c3c6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ baseURL = "http://shaunagordon.com/"
languageCode = "en-us"
title = "I Make Things"

[module]
[[module.imports]]
path = "github.com/ShaunaGordon/hugo-dream-plus"

pygmentsCodeFences = true
pygmentsUseClasses = true

enableEmoji=true

paginate = 10

[module]
[[module.imports]]
path = "github.com/ShaunaGordon/hugo-dream-plus"

[permalinks]
posts = ":year/:month/:day/:slug/"

Expand Down Expand Up @@ -45,7 +45,7 @@ paginate = 10
enabled = true

[params.background]
gradients = [["#3e5151", "#decba4"],["#333333","#dddddd"]]
gradients = [["#3e5151", "#decba4"],["#333333","#dddddd"],["#555B6E","#326F85","#D5BBB1","#440D0F"],["#1C3E4A","#B0B5B3","#F15855","#2F0A28"]]

[social]
linkedin = "gordondev"
Expand Down

0 comments on commit 13c3c6e

Please sign in to comment.