diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 00a6b92..0d7d04d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: diff --git a/README.md b/README.md index 33d7c3a..90a8b4b 100644 --- a/README.md +++ b/README.md @@ -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) - diff --git a/assets/media/icons/.gitkeep b/assets/media/icons/custom/.gitkeep similarity index 100% rename from assets/media/icons/.gitkeep rename to assets/media/icons/custom/.gitkeep diff --git a/content/_index.md b/content/_index.md index 4356c67..ae9488f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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: '' --- diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 5e73bf2..c117924 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -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: | diff --git a/content/blog/second-brain/index.md b/content/blog/second-brain/index.md index f174a9f..8128fd6 100644 --- a/content/blog/second-brain/index.md +++ b/content/blog/second-brain/index.md @@ -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}$ ``` @@ -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}$ ``` diff --git a/go.mod b/go.mod index 78eecf1..239d214 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/hugoblox.yaml b/hugoblox.yaml index c46e898..5239668 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,5 +1,5 @@ build: - hugo_version: '0.150.1' + hugo_version: '0.152.1' template: id: "academic-cv" name: "Academic CV" diff --git a/netlify.toml b/netlify.toml index 889bdc6..fbaf7c6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"