Skip to content

Commit

Permalink
starters: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed May 18, 2024
1 parent 5278cf6 commit 03595a4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions content/uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion hugoblox.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
hugo_version: '0.125.2'
hugo_version: '0.126.1'
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 03595a4

Please sign in to comment.