diff --git a/starters/blog/.github/workflows/publish.yaml b/starters/blog/.github/workflows/publish.yaml index ad4aa8565..ae02d7da6 100644 --- a/starters/blog/.github/workflows/publish.yaml +++ b/starters/blog/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/blog/config/_default/hugo.yaml b/starters/blog/config/_default/hugo.yaml index 11d520c62..8c7b8a9b4 100644 --- a/starters/blog/config/_default/hugo.yaml +++ b/starters/blog/config/_default/hugo.yaml @@ -57,7 +57,7 @@ permalinks: categories: '/category/:slug/' disableAliases: true outputs: - home: [HTML, RSS, headers, redirects] + home: [HTML, RSS, headers, redirects, backlinks] section: [HTML, RSS] imaging: resampleFilter: lanczos diff --git a/starters/blog/content/uses.md b/starters/blog/content/uses.md index ee8fd1199..136f31ed9 100644 --- a/starters/blog/content/uses.md +++ b/starters/blog/content/uses.md @@ -11,6 +11,10 @@ Make sure to check out [uses.tech](https://uses.tech/) for a list of everyone's I often get asked about what software or hardware I use, so this page will serve as a living document and a place to point curious readers to when I get asked. +## Website + +- [Hugo Blox](https://hugoblox.com) (see the tutorial on [Getting Started](/blog/get-started/)) + ## Editor + Terminal - [Visual Studio Code](https://code.visualstudio.com/) is my current editor diff --git a/starters/blog/go.mod b/starters/blog/go.mod index 7153348f7..5969091fe 100644 --- a/starters/blog/go.mod +++ b/starters/blog/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.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/starters/blog/hugoblox.yaml b/starters/blog/hugoblox.yaml index cc53fc8f9..08ebd7cb2 100644 --- a/starters/blog/hugoblox.yaml +++ b/starters/blog/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/starters/blog/netlify.toml b/starters/blog/netlify.toml index b7d6c5dfd..00d49bbbb 100644 --- a/starters/blog/netlify.toml +++ b/starters/blog/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.125.2" + HUGO_VERSION = "0.126.1" GO_VERSION = "1.21.5" NODE_VERSION = "21.1.0" HUGO_ENABLEGITINFO = "true" diff --git a/starters/documentation/.github/workflows/publish.yaml b/starters/documentation/.github/workflows/publish.yaml index ad4aa8565..ae02d7da6 100644 --- a/starters/documentation/.github/workflows/publish.yaml +++ b/starters/documentation/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/documentation/config/_default/hugo.yaml b/starters/documentation/config/_default/hugo.yaml index e73aff6d7..058ab22b2 100644 --- a/starters/documentation/config/_default/hugo.yaml +++ b/starters/documentation/config/_default/hugo.yaml @@ -67,7 +67,7 @@ permalinks: categories: '/category/:slug/' disableAliases: true outputs: - home: [HTML, RSS, WebAppManifest, headers, redirects] + home: [HTML, RSS, WebAppManifest, headers, redirects, backlinks] page: [HTML] section: [HTML, RSS] imaging: diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index bb716b9a5..84f4b07b1 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/starters/documentation/hugoblox.yaml b/starters/documentation/hugoblox.yaml index cc53fc8f9..08ebd7cb2 100644 --- a/starters/documentation/hugoblox.yaml +++ b/starters/documentation/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/starters/documentation/netlify.toml b/starters/documentation/netlify.toml index 4a1e87c03..1add5fa73 100644 --- a/starters/documentation/netlify.toml +++ b/starters/documentation/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.125.2" + HUGO_VERSION = "0.126.1" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/landing-page/.github/workflows/publish.yaml b/starters/landing-page/.github/workflows/publish.yaml index ad4aa8565..ae02d7da6 100644 --- a/starters/landing-page/.github/workflows/publish.yaml +++ b/starters/landing-page/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/landing-page/go.mod b/starters/landing-page/go.mod index 989f56be7..b83bf9345 100644 --- a/starters/landing-page/go.mod +++ b/starters/landing-page/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.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/starters/landing-page/hugoblox.yaml b/starters/landing-page/hugoblox.yaml index cc53fc8f9..08ebd7cb2 100644 --- a/starters/landing-page/hugoblox.yaml +++ b/starters/landing-page/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/starters/landing-page/netlify.toml b/starters/landing-page/netlify.toml index 363a41125..2c78554aa 100644 --- a/starters/landing-page/netlify.toml +++ b/starters/landing-page/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.125.2" + HUGO_VERSION = "0.126.1" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/link-in-bio/.github/workflows/publish.yaml b/starters/link-in-bio/.github/workflows/publish.yaml index 8bcc94488..c2ac658c9 100644 --- a/starters/link-in-bio/.github/workflows/publish.yaml +++ b/starters/link-in-bio/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/link-in-bio/go.mod b/starters/link-in-bio/go.mod index 19a82c2d0..1939694ee 100644 --- a/starters/link-in-bio/go.mod +++ b/starters/link-in-bio/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.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/starters/link-in-bio/hugoblox.yaml b/starters/link-in-bio/hugoblox.yaml index cc53fc8f9..08ebd7cb2 100644 --- a/starters/link-in-bio/hugoblox.yaml +++ b/starters/link-in-bio/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/starters/link-in-bio/netlify.toml b/starters/link-in-bio/netlify.toml index 363a41125..2c78554aa 100644 --- a/starters/link-in-bio/netlify.toml +++ b/starters/link-in-bio/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.125.2" + HUGO_VERSION = "0.126.1" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/resume/.github/workflows/publish.yaml b/starters/resume/.github/workflows/publish.yaml index 8bcc94488..c2ac658c9 100644 --- a/starters/resume/.github/workflows/publish.yaml +++ b/starters/resume/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/resume/go.mod b/starters/resume/go.mod index 2d4b6f63a..0f6033022 100644 --- a/starters/resume/go.mod +++ b/starters/resume/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.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/starters/resume/hugoblox.yaml b/starters/resume/hugoblox.yaml index cc53fc8f9..08ebd7cb2 100644 --- a/starters/resume/hugoblox.yaml +++ b/starters/resume/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/starters/resume/netlify.toml b/starters/resume/netlify.toml index 363a41125..2c78554aa 100644 --- a/starters/resume/netlify.toml +++ b/starters/resume/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.125.2" + HUGO_VERSION = "0.126.1" HUGO_ENABLEGITINFO = "true" [context.production.environment]