From 13c3c6ec9e0d0da75ea88036f5db5de882f937fe Mon Sep 17 00:00:00 2001 From: Shauna Gordon Date: Mon, 20 May 2024 14:46:20 -0400 Subject: [PATCH] Fix config order, add a few more background gradients Signed-off-by: Shauna Gordon --- hugo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.toml b/hugo.toml index 68f46e003..5960bd938 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,10 +2,6 @@ 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 @@ -13,6 +9,10 @@ enableEmoji=true paginate = 10 +[module] + [[module.imports]] + path = "github.com/ShaunaGordon/hugo-dream-plus" + [permalinks] posts = ":year/:month/:day/:slug/" @@ -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"