mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-08-04 04:58:55 -04:00
Update theme
This commit is contained in:
parent
93e542d4fb
commit
4a46d53b64
@ -1,9 +1,3 @@
|
|||||||
<a
|
|
||||||
href="https://twitter.com/intent/follow?screen_name=gohugoiov2"
|
|
||||||
title="Follow on Twitter"
|
|
||||||
class="link-transition twitter link dib z-999 pt3 pt0-l mr2">
|
|
||||||
{{ partial "svg/twitter.svg" (dict "size" "32px") }}
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
rel="me"
|
rel="me"
|
||||||
class="mstdn mr3"
|
class="mstdn mr3"
|
||||||
|
@ -4,7 +4,7 @@ If you have an "older" site running on Netlify, you may have to set GO_VERSION t
|
|||||||
|
|
||||||
For more information about Go Modules, see:
|
For more information about Go Modules, see:
|
||||||
|
|
||||||
* https://github.com/golang/go/wiki/Modules
|
* https://go.dev/wiki/Modules
|
||||||
* https://blog.golang.org/using-go-modules
|
* https://blog.golang.org/using-go-modules
|
||||||
` }}
|
` }}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Also see [Module Mounts Config](/hugo-modules/configuration/#module-configuration-mounts) for an alternative way to configure this directory (from Hugo 0.56).
|
Also see [Module Mounts Config](/hugo-modules/configuration/#module-configuration-mounts) for an alternative way to configure this directory.
|
||||||
|
@ -1 +1 @@
|
|||||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f
|
# github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1
|
||||||
|
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-20240815082608-66ccd383a90f // indirect
|
require github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1 // indirect
|
||||||
|
2
go.sum
2
go.sum
@ -14,3 +14,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20240812175901-cc0ef8e4a14a h1:E3JbZo69
|
|||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20240812175901-cc0ef8e4a14a/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20240812175901-cc0ef8e4a14a/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f h1:Eo5z3uUYfmrtIxQvHm388dFOERZwWGTjLuUO6vobzLc=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f h1:Eo5z3uUYfmrtIxQvHm388dFOERZwWGTjLuUO6vobzLc=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20240815082608-66ccd383a90f/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
||||||
|
github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1 h1:A/pBaRPbnp58cVdgXYKDv4eRAppkmGadPW+9TTQRJkU=
|
||||||
|
github.com/gohugoio/gohugoioTheme v0.0.0-20240927143207-9be2119ff8d1/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user