chore(starters): update modules to latest commits
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Deploy website to GitHub Pages
|
||||
|
||||
env:
|
||||
WC_HUGO_VERSION: '0.150.0'
|
||||
WC_HUGO_VERSION: '0.150.1'
|
||||
NODE_VERSION: '20'
|
||||
|
||||
on:
|
||||
|
||||
2
go.mod
2
go.mod
@@ -4,5 +4,5 @@ go 1.19
|
||||
|
||||
require (
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925005832-787ac94b5dda
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
build:
|
||||
hugo_version: '0.150.0'
|
||||
hugo_version: '0.150.1'
|
||||
template:
|
||||
id: "academic-cv"
|
||||
name: "Academic CV"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.150.0"
|
||||
HUGO_VERSION = "0.150.1"
|
||||
GO_VERSION = "1.21.5"
|
||||
NODE_VERSION = "22"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "^4.1.12",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"preact": "^10.27.2",
|
||||
"tailwindcss": "^4.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user