Update theme

This commit is contained in:
Bjørn Erik Pedersen 2023-04-18 08:31:26 +02:00
parent 5d392c3d45
commit e5eedbb5e8
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
4 changed files with 12 additions and 9 deletions

View File

@ -4,13 +4,14 @@
logo = "images/sponsors/linode-logo.svg"
utm_campaign = "hugosponsor"
[[banners]]
name = "ButterCMS"
link = "https://buttercms.com/hugo-cms/"
logo = "images/sponsors/butter-light.svg"
utm_campaign = "sponsorship"
bgcolor = "#131A3E"
[[banners]]
name = "Your Company?"
link = "https://bep.is/en/hugo-sponsor-2023-01/"
logo = "/images/sponsors/your-company.svg"
utm_campaign = "hugosponsor"
show_on_hover = true
bgcolor = "#004887"
[[banners]]
name = "Your Company?"
link = "https://bep.is/en/hugo-sponsor-2023-01/"

View File

@ -1 +1 @@
# github.com/gohugoio/gohugoioTheme v0.0.0-20230330081257-7a8c9614432c
# github.com/gohugoio/gohugoioTheme v0.0.0-20230418063032-99f9185b8e11

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs
go 1.16
require github.com/gohugoio/gohugoioTheme v0.0.0-20230330081257-7a8c9614432c // indirect
require github.com/gohugoio/gohugoioTheme v0.0.0-20230418063032-99f9185b8e11 // indirect

2
go.sum
View File

@ -61,3 +61,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20230124135550-462d5fe4a87f h1:8wI3zOTW
github.com/gohugoio/gohugoioTheme v0.0.0-20230124135550-462d5fe4a87f/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
github.com/gohugoio/gohugoioTheme v0.0.0-20230330081257-7a8c9614432c h1:TyHgmowfiMyxKrqTdRxm/yWIFeN7XRh7Hm6/dOG6yDA=
github.com/gohugoio/gohugoioTheme v0.0.0-20230330081257-7a8c9614432c/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
github.com/gohugoio/gohugoioTheme v0.0.0-20230418063032-99f9185b8e11 h1:mDcricMewd66x8QjKqNun7Div7iYVLtl8s1dVs9VnB8=
github.com/gohugoio/gohugoioTheme v0.0.0-20230418063032-99f9185b8e11/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=