From 03595a4a4762ea57d833b0889bc9e5de1f6ff325 Mon Sep 17 00:00:00 2001 From: Splitter Date: Sat, 18 May 2024 20:17:36 +0000 Subject: [PATCH] starters: update --- .github/workflows/publish.yaml | 2 +- config/_default/hugo.yaml | 2 +- content/uses.md | 4 ++++ go.mod | 2 +- hugoblox.yaml | 2 +- netlify.toml | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ad4aa85..ae02d7d 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.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 11d520c..8c7b8a9 100644 --- a/config/_default/hugo.yaml +++ b/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/content/uses.md b/content/uses.md index ee8fd11..136f31e 100644 --- a/content/uses.md +++ b/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/go.mod b/go.mod index 7153348..5969091 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.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/hugoblox.yaml b/hugoblox.yaml index cc53fc8..08ebd7c 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/netlify.toml b/netlify.toml index b7d6c5d..00d49bb 100644 --- a/netlify.toml +++ b/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"