feat(blocK): improve resume-skills style to top align both sections (#3259)

This commit is contained in:
Splitter
2025-09-15 20:24:39 +00:00
parent a455a02d3a
commit 97337ad63a
4 changed files with 3 additions and 4 deletions

View File

@@ -121,5 +121,4 @@ Join thousands of creators in our vibrant community to ask questions, share your
MIT © 2016-Present [George Cushen](https://georgecushen.com) MIT © 2016-Present [George Cushen](https://georgecushen.com)
<!--START_SECTION:news--> <!--START_SECTION:news-->
<!--Updated at 2025-09-14T01:53:56.883Z-->
<!--END_SECTION:news--> <!--END_SECTION:news-->

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.19
require ( require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.6.1 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.7.0
) )

View File

@@ -1,5 +1,5 @@
build: build:
hugo_version: '0.149.1' hugo_version: '0.150.0'
template: template:
id: "academic-cv" id: "academic-cv"
name: "Academic CV" name: "Academic CV"

View File

@@ -21,7 +21,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.149.1" HUGO_VERSION = "0.150.0"
GO_VERSION = "1.21.5" GO_VERSION = "1.21.5"
NODE_VERSION = "22" NODE_VERSION = "22"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"