Skip to content

Commit 4ae89f8

Browse files
author
Splitter
committed
starters: update
1 parent 0408f27 commit 4ae89f8

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.126.1'
4+
WC_HUGO_VERSION: '0.126.3'
55

66
on:
77
# Trigger the workflow every time you push to the `main` branch

content/blog/get-started/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ tags:
2020

2121
Welcome 👋
2222

23+
{{< toc mobile_only=true is_open=true >}}
24+
2325
## Overview
2426

2527
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.19
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240519161223-50c6efcd67ff
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33
88
)

hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
hugo_version: '0.126.1'
2+
hugo_version: '0.126.3'

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.126.1"
6+
HUGO_VERSION = "0.126.3"
77
GO_VERSION = "1.21.5"
88
NODE_VERSION = "21.1.0"
99
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)