From 533e4e0cd58bf9d3d34985d66dc59145d16ea77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 5 Sep 2022 11:38:58 +0200 Subject: [PATCH] Update theme --- .../gohugoio/gohugoioTheme/data/sponsors.toml | 27 +++++++++---------- .../layouts/_default/baseof.html | 8 ------ .../static/images/sponsors/your-company.svg | 4 +++ _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 2 ++ 6 files changed, 21 insertions(+), 24 deletions(-) create mode 100644 _vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/your-company.svg diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml b/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml index 0940da6d7..0a86249b2 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml +++ b/_vendor/github.com/gohugoio/gohugoioTheme/data/sponsors.toml @@ -1,19 +1,18 @@ [[banners]] -name = "Linode" -link = "https://www.linode.com/" -logo = "/images/sponsors/linode-logo_standard_light_medium.png" -copy = "" + name = "Linode" + link = "https://www.linode.com/" + logo = "/images/sponsors/linode-logo_standard_light_medium.png" + copy = "" [[banners]] -name = "eSolia" -link = "https://esolia.com/post/why-did-esolia-choose-hugo/" -logo = "/images/sponsors/esolia-logo.svg" -copy = "" - + name = "eSolia" + link = "https://esolia.com/post/why-did-esolia-choose-hugo/" + logo = "/images/sponsors/esolia-logo.svg" + copy = "" [[banners]] -name = "Brave" -link = "https://brave.com/" -logo = "/images/sponsors/brave-logo.svg" -bgcolor = "#5A2FA1" -copy = "" \ No newline at end of file + name = "Your Company?" + link = "https://bep.is/en/hugo-sponsor-open-slot-202209/" + logo = "/images/sponsors/your-company.svg" + bgcolor = "#004887" + copy = "" diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html index 527547428..04261a886 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html @@ -70,14 +70,6 @@ {{ partial "hooks/before-body-end" . }} - {{ if .Page.Store.Get "hasMermaid" }} - - -{{ end }} - - diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/your-company.svg b/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/your-company.svg new file mode 100644 index 000000000..6f3082b54 --- /dev/null +++ b/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/your-company.svg @@ -0,0 +1,4 @@ + + + + diff --git a/_vendor/modules.txt b/_vendor/modules.txt index b755ed7f6..35c930e51 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135 +# github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950 diff --git a/go.mod b/go.mod index 75ec6290f..d160675e9 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.16 -require github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950 // indirect diff --git a/go.sum b/go.sum index dad4ba67c..9344bdf00 100644 --- a/go.sum +++ b/go.sum @@ -33,3 +33,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20211211125852-b85e21c1f3d6 h1:lAgdWrn8 github.com/gohugoio/gohugoioTheme v0.0.0-20211211125852-b85e21c1f3d6/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135 h1:6hVzfE9YhSsZP5t6jWjvVp7MoPm7Y5fEhH/ls4ahhKk= github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= +github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950 h1:Ovlh3nuy/aNptYZHmIra2MP+ZUEqiihY0HxvhdaMqGg= +github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=