chore(starters): bump modules and Hugo

This commit is contained in:
Splitter
2025-10-23 19:12:53 +00:00
parent 2526b65995
commit 870f7db78e
9 changed files with 11 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages name: Deploy website to GitHub Pages
env: env:
WC_HUGO_VERSION: '0.150.1' WC_HUGO_VERSION: '0.152.1'
NODE_VERSION: '20' NODE_VERSION: '20'
on: on:

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-10-19T02:02:33.365Z-->
<!--END_SECTION:news--> <!--END_SECTION:news-->

View File

@@ -118,6 +118,6 @@ sections:
design: design:
card: card:
# Card background color (CSS class) # Card background color (CSS class)
css_class: 'bg-primary-300' css_class: 'bg-primary-300 dark:bg-primary-700'
css_style: '' css_style: ''
--- ---

View File

@@ -56,6 +56,7 @@ interests:
education: education:
- area: PhD Computer Science (AI Focus) - area: PhD Computer Science (AI Focus)
institution: Stanford University institution: Stanford University
icon: ""
date_start: 2015-09-01 date_start: 2015-09-01
date_end: 2019-06-30 date_end: 2019-06-30
summary: | summary: |
@@ -65,6 +66,7 @@ education:
url: 'https://example.com/thesis.pdf' url: 'https://example.com/thesis.pdf'
- area: MS Computer Science - area: MS Computer Science
institution: Carnegie Mellon University institution: Carnegie Mellon University
icon: ""
date_start: 2013-09-01 date_start: 2013-09-01
date_end: 2015-05-31 date_end: 2015-05-31
summary: | summary: |
@@ -73,6 +75,7 @@ education:
Specialized in machine learning and robotics. Specialized in machine learning and robotics.
- area: BS Computer Science - area: BS Computer Science
institution: MIT institution: MIT
icon: ""
date_start: 2009-09-01 date_start: 2009-09-01
date_end: 2013-05-31 date_end: 2013-05-31
summary: | summary: |
@@ -84,7 +87,7 @@ work:
- position: Senior AI Research Scientist - position: Senior AI Research Scientist
company_name: Meta AI company_name: Meta AI
company_url: 'https://ai.meta.com/' company_url: 'https://ai.meta.com/'
company_logo: '' icon: ''
date_start: 2020-01-01 date_start: 2020-01-01
date_end: '' date_end: ''
summary: |2- summary: |2-
@@ -92,7 +95,7 @@ work:
- position: AI Research Intern - position: AI Research Intern
company_name: OpenAI company_name: OpenAI
company_url: 'https://openai.com/' company_url: 'https://openai.com/'
company_logo: '' icon: ''
date_start: 2019-06-01 date_start: 2019-06-01
date_end: 2019-12-31 date_end: 2019-12-31
summary: | summary: |

View File

@@ -70,11 +70,6 @@ Anh here's a more advanced mindmap with formatting, code blocks, and math:
- multiline - multiline
text text
- `inline code` - `inline code`
-
```js
console.log('hello');
console.log('code block');
```
- Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$ - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
``` ```
</code> </code>
@@ -95,11 +90,6 @@ renders as
- multiline - multiline
text text
- `inline code` - `inline code`
-
```js
console.log('hello');
console.log('code block');
```
- Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$ - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
``` ```

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
go 1.19 go 1.19
require ( require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
) )

View File

@@ -1,5 +1,5 @@
build: build:
hugo_version: '0.150.1' hugo_version: '0.152.1'
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.150.1" HUGO_VERSION = "0.152.1"
GO_VERSION = "1.21.5" GO_VERSION = "1.21.5"
NODE_VERSION = "22" NODE_VERSION = "22"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"