mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 17:40:38 -04:00
Update theme
This commit is contained in:
parent
85e50325c7
commit
533e4e0cd5
@ -10,10 +10,9 @@ link = "https://esolia.com/post/why-did-esolia-choose-hugo/"
|
|||||||
logo = "/images/sponsors/esolia-logo.svg"
|
logo = "/images/sponsors/esolia-logo.svg"
|
||||||
copy = ""
|
copy = ""
|
||||||
|
|
||||||
|
|
||||||
[[banners]]
|
[[banners]]
|
||||||
name = "Brave"
|
name = "Your Company?"
|
||||||
link = "https://brave.com/"
|
link = "https://bep.is/en/hugo-sponsor-open-slot-202209/"
|
||||||
logo = "/images/sponsors/brave-logo.svg"
|
logo = "/images/sponsors/your-company.svg"
|
||||||
bgcolor = "#5A2FA1"
|
bgcolor = "#004887"
|
||||||
copy = ""
|
copy = ""
|
@ -70,14 +70,6 @@
|
|||||||
{{ partial "hooks/before-body-end" . }}
|
{{ partial "hooks/before-body-end" . }}
|
||||||
|
|
||||||
|
|
||||||
{{ if .Page.Store.Get "hasMermaid" }}
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
|
||||||
<script>
|
|
||||||
mermaid.initialize({ startOnLoad: true });
|
|
||||||
</script>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
4
_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/your-company.svg
generated
Normal file
4
_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/your-company.svg
generated
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.0 KiB |
@ -1 +1 @@
|
|||||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135
|
# github.com/gohugoio/gohugoioTheme v0.0.0-20220905093719-cb8b64046950
|
||||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs
|
|||||||
|
|
||||||
go 1.16
|
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
|
||||||
|
2
go.sum
2
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-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 h1:6hVzfE9YhSsZP5t6jWjvVp7MoPm7Y5fEhH/ls4ahhKk=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20220228085601-7cfbda06d135/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
|
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=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user