diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3de3896..e30468e 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.123.6' + WC_HUGO_VERSION: '0.123.7' on: # Trigger the workflow every time you push to the `main` branch diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 523bc0b..348fbe3 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -8,7 +8,7 @@ main: url: / weight: 10 - name: Blog - url: post/ + url: blog/ weight: 20 - name: Uses url: uses/ diff --git a/go.mod b/go.mod index 12c97d3..b23c722 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.20231125200520-804c70f7efb8 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240303165809-469a458ab94f ) diff --git a/hugoblox.yaml b/hugoblox.yaml index 9797bce..976a936 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.6' + hugo_version: '0.123.7' diff --git a/netlify.toml b/netlify.toml index 6abb108..8375f28 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.6" + HUGO_VERSION = "0.123.7" HUGO_ENABLEGITINFO = "true" [context.production.environment]