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
env:
WC_HUGO_VERSION: '0.150.1'
WC_HUGO_VERSION: '0.152.1'
NODE_VERSION: '20'
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)
<!--START_SECTION:news-->
<!--Updated at 2025-10-19T02:02:33.365Z-->
<!--END_SECTION:news-->

View File

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

View File

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

View File

@@ -70,11 +70,6 @@ Anh here's a more advanced mindmap with formatting, code blocks, and math:
- multiline
text
- `inline code`
-
```js
console.log('hello');
console.log('code block');
```
- Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
```
</code>
@@ -95,11 +90,6 @@ renders as
- multiline
text
- `inline code`
-
```js
console.log('hello');
console.log('code block');
```
- 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
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-20250925205154-e9b31f8090c0
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
)

View File

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

View File

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