diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html index 3df97ae42..dff88d393 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html @@ -12,7 +12,7 @@ {{- partial "home-page-sections/features-single.html" . -}} - {{- partial "home-page-sections/showcase.html" . -}} + {{/*- partial "home-page-sections/showcase.html" . -*/}}
{{- partial "home-page-sections/installation.html" . -}} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/gomodules-info.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/gomodules-info.html index 82234ff31..b56758ac3 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/gomodules-info.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/gomodules-info.html @@ -1,5 +1,5 @@ {{ $text := ` -Most of the commands for Hugo Modules require a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an "older" site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings. +Most of the commands for **Hugo Modules** require a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an "older" site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings. For more information about Go Modules, see: diff --git a/_vendor/modules.txt b/_vendor/modules.txt index d3b135956..1bde873a0 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20240623150114-cc7096eab3fd +# github.com/gohugoio/gohugoioTheme v0.0.0-20240728210410-d42c342ce472 diff --git a/content/en/showcase/_index.md b/content/en/showcase/_index.md new file mode 100644 index 000000000..6af694687 --- /dev/null +++ b/content/en/showcase/_index.md @@ -0,0 +1,4 @@ +--- +title: Showcases +draft: true +--- \ No newline at end of file diff --git a/go.mod b/go.mod index 5cf544649..51d5f3a43 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-20240623150114-cc7096eab3fd // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20240728210410-d42c342ce472 // indirect diff --git a/go.sum b/go.sum index 5529122ab..633446af0 100644 --- a/go.sum +++ b/go.sum @@ -8,3 +8,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20240622143740-53a4bdb8c0fb h1:gOIE1eFX github.com/gohugoio/gohugoioTheme v0.0.0-20240622143740-53a4bdb8c0fb/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= github.com/gohugoio/gohugoioTheme v0.0.0-20240623150114-cc7096eab3fd h1:I8X7c0oBRWXy83BL2ODSk7v0xPXDnp2hcFWpCcN+Kyc= github.com/gohugoio/gohugoioTheme v0.0.0-20240623150114-cc7096eab3fd/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= +github.com/gohugoio/gohugoioTheme v0.0.0-20240728210410-d42c342ce472 h1:AYZUibKKFRBp2VCQpDHW+JmQKvCvyhX7z7/SOLUSCcw= +github.com/gohugoio/gohugoioTheme v0.0.0-20240728210410-d42c342ce472/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=