Skip to content

Commit 870f7db

Browse files
author
Splitter
committed
chore(starters): bump modules and Hugo
1 parent 2526b65 commit 870f7db

File tree

9 files changed

+11
-19
lines changed

9 files changed

+11
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.150.1'
4+
WC_HUGO_VERSION: '0.152.1'
55
NODE_VERSION: '20'
66

77
on:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ Join thousands of creators in our vibrant community to ask questions, share your
121121
MIT © 2016-Present [George Cushen](https://georgecushen.com)
122122

123123
<!--START_SECTION:news-->
124-
<!--Updated at 2025-10-19T02:02:33.365Z-->
125124
<!--END_SECTION:news-->
File renamed without changes.

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ sections:
118118
design:
119119
card:
120120
# Card background color (CSS class)
121-
css_class: 'bg-primary-300'
121+
css_class: 'bg-primary-300 dark:bg-primary-700'
122122
css_style: ''
123123
---

content/authors/admin/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ interests:
5656
education:
5757
- area: PhD Computer Science (AI Focus)
5858
institution: Stanford University
59+
icon: ""
5960
date_start: 2015-09-01
6061
date_end: 2019-06-30
6162
summary: |
@@ -65,6 +66,7 @@ education:
6566
url: 'https://example.com/thesis.pdf'
6667
- area: MS Computer Science
6768
institution: Carnegie Mellon University
69+
icon: ""
6870
date_start: 2013-09-01
6971
date_end: 2015-05-31
7072
summary: |
@@ -73,6 +75,7 @@ education:
7375
Specialized in machine learning and robotics.
7476
- area: BS Computer Science
7577
institution: MIT
78+
icon: ""
7679
date_start: 2009-09-01
7780
date_end: 2013-05-31
7881
summary: |
@@ -84,15 +87,15 @@ work:
8487
- position: Senior AI Research Scientist
8588
company_name: Meta AI
8689
company_url: 'https://ai.meta.com/'
87-
company_logo: ''
90+
icon: ''
8891
date_start: 2020-01-01
8992
date_end: ''
9093
summary: |2-
9194
Leading research on multimodal AI systems. Contributed to Llama 2 and other open-source models. 50+ citations in 3 years.
9295
- position: AI Research Intern
9396
company_name: OpenAI
9497
company_url: 'https://openai.com/'
95-
company_logo: ''
98+
icon: ''
9699
date_start: 2019-06-01
97100
date_end: 2019-12-31
98101
summary: |

content/blog/second-brain/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ Anh here's a more advanced mindmap with formatting, code blocks, and math:
7070
- multiline
7171
text
7272
- `inline code`
73-
-
74-
```js
75-
console.log('hello');
76-
console.log('code block');
77-
```
7873
- Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
7974
```
8075
</code>
@@ -95,11 +90,6 @@ renders as
9590
- multiline
9691
text
9792
- `inline code`
98-
-
99-
```js
100-
console.log('hello');
101-
console.log('code block');
102-
```
10393
- Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
10494
```
10595

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
88
)

hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.150.1'
2+
hugo_version: '0.152.1'
33
template:
44
id: "academic-cv"
55
name: "Academic CV"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
publish = "public"
2222

2323
[build.environment]
24-
HUGO_VERSION = "0.150.1"
24+
HUGO_VERSION = "0.152.1"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)