feat(blocK): improve resume-skills style to top align both sections (#3259)
This commit is contained in:
@@ -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)
|
||||
|
||||
<!--START_SECTION:news-->
|
||||
<!--Updated at 2025-09-14T01:53:56.883Z-->
|
||||
<!--END_SECTION:news-->
|
||||
|
||||
2
go.mod
2
go.mod
@@ -4,5 +4,5 @@ go 1.19
|
||||
|
||||
require (
|
||||
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
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
build:
|
||||
hugo_version: '0.149.1'
|
||||
hugo_version: '0.150.0'
|
||||
template:
|
||||
id: "academic-cv"
|
||||
name: "Academic CV"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.149.1"
|
||||
HUGO_VERSION = "0.150.0"
|
||||
GO_VERSION = "1.21.5"
|
||||
NODE_VERSION = "22"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
Reference in New Issue
Block a user