From 8ac73b2316e67a74842b69822a4ce46e75c04f27 Mon Sep 17 00:00:00 2001 From: Splitter Date: Sun, 2 Jun 2024 15:26:51 +0000 Subject: [PATCH] starters: update --- .github/workflows/publish.yaml | 2 +- content/blog/get-started/index.md | 2 ++ go.mod | 2 +- hugoblox.yaml | 2 +- netlify.toml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) 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 8ec109f..197568a 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.20231108143325-448ed0e3bd2b - 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 2c78554..44bd1b6 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" HUGO_ENABLEGITINFO = "true" [context.production.environment]