From 5e0fb4a205a43917e4fb9e1363414b43eb5955d2 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 28 Feb 2024 19:55:30 +0000 Subject: [PATCH] starters: update mod --- starters/blog/.github/workflows/publish.yaml | 2 +- starters/blog/go.mod | 2 +- starters/blog/hugoblox.yaml | 2 +- starters/blog/netlify.toml | 2 +- starters/documentation/.github/workflows/publish.yaml | 2 +- starters/documentation/go.mod | 2 +- starters/documentation/hugoblox.yaml | 2 +- starters/documentation/netlify.toml | 2 +- starters/landing-page/.github/workflows/publish.yaml | 2 +- starters/landing-page/go.mod | 2 +- starters/landing-page/hugoblox.yaml | 2 +- starters/landing-page/netlify.toml | 2 +- starters/link-in-bio/.github/workflows/publish.yaml | 2 +- starters/link-in-bio/go.mod | 2 +- starters/link-in-bio/hugoblox.yaml | 2 +- starters/link-in-bio/netlify.toml | 2 +- starters/resume/.github/workflows/publish.yaml | 2 +- starters/resume/content/authors/admin/_index.md | 10 +++++----- starters/resume/go.mod | 2 +- starters/resume/hugoblox.yaml | 2 +- starters/resume/netlify.toml | 2 +- 21 files changed, 25 insertions(+), 25 deletions(-) diff --git a/starters/blog/.github/workflows/publish.yaml b/starters/blog/.github/workflows/publish.yaml index 2813c672..abbefe2c 100644 --- a/starters/blog/.github/workflows/publish.yaml +++ b/starters/blog/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.4' + WC_HUGO_VERSION: '0.123.6' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/blog/go.mod b/starters/blog/go.mod index 7b940714..99a58611 100644 --- a/starters/blog/go.mod +++ b/starters/blog/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 ) diff --git a/starters/blog/hugoblox.yaml b/starters/blog/hugoblox.yaml index 6c043c20..9797bcea 100644 --- a/starters/blog/hugoblox.yaml +++ b/starters/blog/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.4' + hugo_version: '0.123.6' diff --git a/starters/blog/netlify.toml b/starters/blog/netlify.toml index 95ecf54c..d1318cbe 100644 --- a/starters/blog/netlify.toml +++ b/starters/blog/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.4" + HUGO_VERSION = "0.123.6" GO_VERSION = "1.21.5" NODE_VERSION = "21.1.0" HUGO_ENABLEGITINFO = "true" diff --git a/starters/documentation/.github/workflows/publish.yaml b/starters/documentation/.github/workflows/publish.yaml index 2db878cc..9b65cc14 100644 --- a/starters/documentation/.github/workflows/publish.yaml +++ b/starters/documentation/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.4' + WC_HUGO_VERSION: '0.123.6' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index bda174a5..ffe65413 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 ) diff --git a/starters/documentation/hugoblox.yaml b/starters/documentation/hugoblox.yaml index 6c043c20..9797bcea 100644 --- a/starters/documentation/hugoblox.yaml +++ b/starters/documentation/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.4' + hugo_version: '0.123.6' diff --git a/starters/documentation/netlify.toml b/starters/documentation/netlify.toml index ecd1634d..5c9050de 100644 --- a/starters/documentation/netlify.toml +++ b/starters/documentation/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.4" + HUGO_VERSION = "0.123.6" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/landing-page/.github/workflows/publish.yaml b/starters/landing-page/.github/workflows/publish.yaml index 2db878cc..9b65cc14 100644 --- a/starters/landing-page/.github/workflows/publish.yaml +++ b/starters/landing-page/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.4' + WC_HUGO_VERSION: '0.123.6' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/landing-page/go.mod b/starters/landing-page/go.mod index 5cde7a97..8adb4aed 100644 --- a/starters/landing-page/go.mod +++ b/starters/landing-page/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 ) diff --git a/starters/landing-page/hugoblox.yaml b/starters/landing-page/hugoblox.yaml index 6c043c20..9797bcea 100644 --- a/starters/landing-page/hugoblox.yaml +++ b/starters/landing-page/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.4' + hugo_version: '0.123.6' diff --git a/starters/landing-page/netlify.toml b/starters/landing-page/netlify.toml index 113139fc..6abb1086 100644 --- a/starters/landing-page/netlify.toml +++ b/starters/landing-page/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.4" + HUGO_VERSION = "0.123.6" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/link-in-bio/.github/workflows/publish.yaml b/starters/link-in-bio/.github/workflows/publish.yaml index 20d8eab3..3de38963 100644 --- a/starters/link-in-bio/.github/workflows/publish.yaml +++ b/starters/link-in-bio/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.4' + WC_HUGO_VERSION: '0.123.6' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/link-in-bio/go.mod b/starters/link-in-bio/go.mod index 5cde7a97..8adb4aed 100644 --- a/starters/link-in-bio/go.mod +++ b/starters/link-in-bio/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 ) diff --git a/starters/link-in-bio/hugoblox.yaml b/starters/link-in-bio/hugoblox.yaml index 6c043c20..9797bcea 100644 --- a/starters/link-in-bio/hugoblox.yaml +++ b/starters/link-in-bio/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.4' + hugo_version: '0.123.6' diff --git a/starters/link-in-bio/netlify.toml b/starters/link-in-bio/netlify.toml index 113139fc..6abb1086 100644 --- a/starters/link-in-bio/netlify.toml +++ b/starters/link-in-bio/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.4" + HUGO_VERSION = "0.123.6" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/resume/.github/workflows/publish.yaml b/starters/resume/.github/workflows/publish.yaml index 20d8eab3..3de38963 100644 --- a/starters/resume/.github/workflows/publish.yaml +++ b/starters/resume/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.4' + WC_HUGO_VERSION: '0.123.6' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/resume/content/authors/admin/_index.md b/starters/resume/content/authors/admin/_index.md index f75501f0..8249d537 100644 --- a/starters/resume/content/authors/admin/_index.md +++ b/starters/resume/content/authors/admin/_index.md @@ -103,15 +103,15 @@ skills: - name: Python description: '' percent: 80 - icon: code-bracket - - name: Data Science + icon: devicon/python + - name: RStudio description: '' percent: 100 - icon: chart-bar - - name: SQL + icon: devicon/rstudio + - name: PyTorch description: '' percent: 40 - icon: circle-stack + icon: devicon/pytorch - name: Hobbies color: '#eeac02' color_border: '#f0bf23' diff --git a/starters/resume/go.mod b/starters/resume/go.mod index 326b8731..12c97d3f 100644 --- a/starters/resume/go.mod +++ b/starters/resume/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 ) diff --git a/starters/resume/hugoblox.yaml b/starters/resume/hugoblox.yaml index 6c043c20..9797bcea 100644 --- a/starters/resume/hugoblox.yaml +++ b/starters/resume/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.4' + hugo_version: '0.123.6' diff --git a/starters/resume/netlify.toml b/starters/resume/netlify.toml index 113139fc..6abb1086 100644 --- a/starters/resume/netlify.toml +++ b/starters/resume/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.4" + HUGO_VERSION = "0.123.6" HUGO_ENABLEGITINFO = "true" [context.production.environment]