diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ae02d7d..7df6268 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.126.1' + WC_HUGO_VERSION: '0.126.3' on: # Trigger the workflow every time you push to the `main` branch diff --git a/content/blog/get-started/index.md b/content/blog/get-started/index.md index d534787..afe5db9 100644 --- a/content/blog/get-started/index.md +++ b/content/blog/get-started/index.md @@ -20,6 +20,8 @@ tags: Welcome 👋 +{{< toc mobile_only=true is_open=true >}} + ## Overview 1. The Hugo Blox website builder for Hugo, along with its starter templates, is designed for professional creators, educators, and teams/organizations - although it can be used to create any kind of site diff --git a/go.mod b/go.mod index 31800ff..ff9da95 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240519161223-50c6efcd67ff + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33 ) diff --git a/hugoblox.yaml b/hugoblox.yaml index 08ebd7c..bf71f98 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.126.1' + hugo_version: '0.126.3' diff --git a/netlify.toml b/netlify.toml index 00d49bb..d7dcdbf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.126.1" + HUGO_VERSION = "0.126.3" GO_VERSION = "1.21.5" NODE_VERSION = "21.1.0" HUGO_ENABLEGITINFO = "true"