From da6ffe72ba53ef17cd2af6fce389024b7594a6a2 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 24 Feb 2024 17:08:36 +0000 Subject: [PATCH] starters: update modules --- .../academic-cv/.github/workflows/publish.yaml | 2 +- starters/academic-cv/go.mod | 2 +- starters/academic-cv/netlify.toml | 2 +- starters/course/go.mod | 2 +- starters/landing-page/content/_index.md | 1 + starters/markdown-slides/go.mod | 2 +- starters/portfolio/go.mod | 2 +- .../.github/workflows/publish.yaml | 2 +- starters/research-group/go.mod | 2 +- starters/research-group/netlify.toml | 2 +- starters/second-brain/README.md | 16 ++++++++-------- .../second-brain/config/_default/config.yaml | 4 +--- .../second-brain/config/_default/params.yaml | 8 ++++---- starters/second-brain/content/_index.md | 4 ++-- .../content/machine-learning/_index.md | 2 +- starters/second-brain/go.mod | 5 ++--- 16 files changed, 28 insertions(+), 30 deletions(-) diff --git a/starters/academic-cv/.github/workflows/publish.yaml b/starters/academic-cv/.github/workflows/publish.yaml index 323e900d..ae3ee06a 100644 --- a/starters/academic-cv/.github/workflows/publish.yaml +++ b/starters/academic-cv/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.119.0' + WC_HUGO_VERSION: '0.123.3' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/academic-cv/go.mod b/starters/academic-cv/go.mod index b785dc30..eaadadaf 100644 --- a/starters/academic-cv/go.mod +++ b/starters/academic-cv/go.mod @@ -3,7 +3,7 @@ module github.com/HugoBlox/theme-academic-cv go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.6 + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 ) diff --git a/starters/academic-cv/netlify.toml b/starters/academic-cv/netlify.toml index e35a1fca..4c813fae 100644 --- a/starters/academic-cv/netlify.toml +++ b/starters/academic-cv/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.119.0" + HUGO_VERSION = "0.123.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/course/go.mod b/starters/course/go.mod index 5e4a2b8f..01b028e5 100644 --- a/starters/course/go.mod +++ b/starters/course/go.mod @@ -3,6 +3,6 @@ module my_website go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7-0.20231108143325-448ed0e3bd2b + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b ) diff --git a/starters/landing-page/content/_index.md b/starters/landing-page/content/_index.md index e6e166ae..61c64cd8 100644 --- a/starters/landing-page/content/_index.md +++ b/starters/landing-page/content/_index.md @@ -31,6 +31,7 @@ sections: # For full-screen, add `min-h-screen` below css_class: "dark" background: + color: "navy" image: # Add your image background to `assets/media/`. filename: bg-triangles.svg diff --git a/starters/markdown-slides/go.mod b/starters/markdown-slides/go.mod index 298632bf..892fb2d4 100644 --- a/starters/markdown-slides/go.mod +++ b/starters/markdown-slides/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-markdown-slides go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7-0.20231108143325-448ed0e3bd2b + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.3-0.20231108143325-448ed0e3bd2b diff --git a/starters/portfolio/go.mod b/starters/portfolio/go.mod index 8b91c2ef..56aeb201 100644 --- a/starters/portfolio/go.mod +++ b/starters/portfolio/go.mod @@ -3,6 +3,6 @@ module my_website go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7-0.20231203174848-dced0cd82487 + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231203174848-dced0cd82487 ) diff --git a/starters/research-group/.github/workflows/publish.yaml b/starters/research-group/.github/workflows/publish.yaml index 323e900d..ae3ee06a 100644 --- a/starters/research-group/.github/workflows/publish.yaml +++ b/starters/research-group/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.119.0' + WC_HUGO_VERSION: '0.123.3' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/research-group/go.mod b/starters/research-group/go.mod index f90fa38f..45bd3526 100644 --- a/starters/research-group/go.mod +++ b/starters/research-group/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-research-group go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7-0.20231108143325-448ed0e3bd2b + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b ) diff --git a/starters/research-group/netlify.toml b/starters/research-group/netlify.toml index e35a1fca..4c813fae 100644 --- a/starters/research-group/netlify.toml +++ b/starters/research-group/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.119.0" + HUGO_VERSION = "0.123.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/second-brain/README.md b/starters/second-brain/README.md index 3944ae63..123421cf 100644 --- a/starters/second-brain/README.md +++ b/starters/second-brain/README.md @@ -1,29 +1,29 @@ -# [Hugo Second Brain Theme](https://github.com/wowchemy/hugo-second-brain-theme) +# [Hugo Second Brain Theme](https://github.com/HugoBlox/theme-second-brain) -[![Screenshot](./preview.webp)](https://hugoblox.com/hugo-themes/) +[![Screenshot](./preview.webp)](https://hugoblox.com/templates/) The **Second Brain** starter template empowers you to easily create **personal notes** and **knowledge bases** in a future-proof way. - It is your **second brain** 🧠, stored in **future-proof** Markdown files -- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://hugoblox.com/docs/content/writing-markdown-latex/) +- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://docs.hugoblox.com/content/writing-markdown-latex/) - Edit your notes online in GitHub, or any Git-connected Markdown app such as [Obsidian](https://obsidian.md/) or [Visual Studio Code](https://vscode.dev/) -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) [![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) -[Check out the latest demo](https://hugoblox.com/docs/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/). +[Check out the latest demo](https://docs.hugoblox.com/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/). The integrated [**Wowchemy**](https://hugoblox.com) website builder and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. - 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) -- 📚 [View the **documentation**](https://hugoblox.com/docs/) +- 📚 [View the **documentation**](https://docs.hugoblox.com/) - 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) - ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter) - 🐦 Share your new site with the community: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) - 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) - 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues) -- ⬆️ **Updating?** View the [Update Guide](https://hugoblox.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) +- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) ## We ask you, humbly, to support this open source movement @@ -31,4 +31,4 @@ Today we ask you to defend the open source independence of the Wowchemy website We're an open source movement that depends on your support to stay online and thriving, but 99.9% of our creators don't give; they simply look the other way. -### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen) +### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://hugoblox.com/sponsor/) diff --git a/starters/second-brain/config/_default/config.yaml b/starters/second-brain/config/_default/config.yaml index 5a74d509..3efd3f62 100644 --- a/starters/second-brain/config/_default/config.yaml +++ b/starters/second-brain/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://hugoblox.com/docs/getting-started/ +# Guide: https://docs.hugoblox.com/tutorial/ # Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ @@ -33,8 +33,6 @@ removePathAccents: true module: imports: - - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms - disable: true - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 diff --git a/starters/second-brain/config/_default/params.yaml b/starters/second-brain/config/_default/params.yaml index 3c52b039..1750ddf2 100644 --- a/starters/second-brain/config/_default/params.yaml +++ b/starters/second-brain/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://hugoblox.com/docs/getting-started/ -# Documentation: https://hugoblox.com/docs/ +# Guide: https://docs.hugoblox.com/tutorial/ +# Documentation: https://docs.hugoblox.com/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance @@ -18,8 +18,8 @@ marketing: site_type: Project local_business_type: '' org_name: '' - description: 'A highly-customizable Hugo notes theme powered by Wowchemy website builder.' - twitter: 'wowchemy' + description: 'A highly-customizable Hugo notes theme powered by Hugo Blox Builder.' + twitter: 'GetResearchDev' analytics: google_analytics: '' baidu_tongji: '' diff --git a/starters/second-brain/content/_index.md b/starters/second-brain/content/_index.md index eb3e7e35..4b54ef75 100644 --- a/starters/second-brain/content/_index.md +++ b/starters/second-brain/content/_index.md @@ -13,7 +13,7 @@ Welcome to the _Second Brain_ template! The **Second Brain** starter template empowers you to easily create **personal notes** and **knowledge bases** in a future-proof way. - It is your second brain 🧠, stored in future-proof Markdown files -- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://hugoblox.com/docs/content/writing-markdown-latex/) +- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://docs.hugoblox.com/content/writing-markdown-latex/) - Edit your notes online in GitHub, or any Git-connected Markdown app such as [Obsidian](https://obsidian.md/) or [Visual Studio Code](https://vscode.dev/) ```markmap {height="200px"} @@ -34,7 +34,7 @@ To create an **open second brain**, share your knowledge with others [by deployi To create a **private second brain** either: - After deploying your site above, [password protect your online second brain](https://docs.netlify.com/visitor-access/password-protection/) and configure your GitHub repo as **private** -- [Download this template](https://github.com/wowchemy/hugo-second-brain-theme) and [run the tool locally](https://hugoblox.com/docs/getting-started/install-hugo-extended/) +- [Download this template](https://github.com/wowchemy/hugo-second-brain-theme) and [run the tool locally](https://docs.hugoblox.com/getting-started/install-hugo-extended/) ## Example notebook diff --git a/starters/second-brain/content/machine-learning/_index.md b/starters/second-brain/content/machine-learning/_index.md index c72d7c06..87e0a133 100644 --- a/starters/second-brain/content/machine-learning/_index.md +++ b/starters/second-brain/content/machine-learning/_index.md @@ -2,7 +2,7 @@ # Title, summary, and page position. title: 🤖 Machine Learning linktitle: 🤖 Machine Learning -summary: Learn how to use Wowchemy's docs layout for publishing online courses, software documentation, and tutorials. +summary: Learn how to use Hugo Blox Builder's docs layout for publishing online courses, software documentation, and tutorials. weight: 1 # icon: book # icon_pack: fas diff --git a/starters/second-brain/go.mod b/starters/second-brain/go.mod index 42273074..0e9b192f 100644 --- a/starters/second-brain/go.mod +++ b/starters/second-brain/go.mod @@ -3,7 +3,6 @@ module github.com/wowchemy/hugo-second-brain-theme go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.2 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.0.1-0.20231102170729-56446cc94882 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b )