starters: update modules

This commit is contained in:
George Cushen 2024-02-24 17:08:36 +00:00
commit da6ffe72ba
16 changed files with 28 additions and 30 deletions

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages name: Deploy website to GitHub Pages
env: env:
WC_HUGO_VERSION: '0.119.0' WC_HUGO_VERSION: '0.123.3'
on: on:
# Trigger the workflow every time you push to the `main` branch # Trigger the workflow every time you push to the `main` branch

View file

@ -3,7 +3,7 @@ module github.com/HugoBlox/theme-academic-cv
go 1.15 go 1.15
require ( 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-netlify v1.1.2-0.20231108141515-0478cf6921f9
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2
) )

View file

@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.119.0" HUGO_VERSION = "0.123.3"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]

View file

@ -3,6 +3,6 @@ module my_website
go 1.15 go 1.15
require ( 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 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
) )

View file

@ -31,6 +31,7 @@ sections:
# For full-screen, add `min-h-screen` below # For full-screen, add `min-h-screen` below
css_class: "dark" css_class: "dark"
background: background:
color: "navy"
image: image:
# Add your image background to `assets/media/`. # Add your image background to `assets/media/`.
filename: bg-triangles.svg filename: bg-triangles.svg

View file

@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-markdown-slides
go 1.15 go 1.15
require ( 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-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-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.3-0.20231108143325-448ed0e3bd2b github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.3-0.20231108143325-448ed0e3bd2b

View file

@ -3,6 +3,6 @@ module my_website
go 1.15 go 1.15
require ( 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 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231203174848-dced0cd82487
) )

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages name: Deploy website to GitHub Pages
env: env:
WC_HUGO_VERSION: '0.119.0' WC_HUGO_VERSION: '0.123.3'
on: on:
# Trigger the workflow every time you push to the `main` branch # Trigger the workflow every time you push to the `main` branch

View file

@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-research-group
go 1.15 go 1.15
require ( 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-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-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
) )

View file

@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.119.0" HUGO_VERSION = "0.123.3"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]

View file

@ -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. 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 - 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/) - 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) [![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) [![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. 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/) - 👉 [**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) - 💬 [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) - ⬇️ **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) - 🐦 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) - 🗳 [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) - 🚀 [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 ## 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. 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/)

View file

@ -1,5 +1,5 @@
# Configuration of Hugo # 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 # 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/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
@ -33,8 +33,6 @@ removePathAccents: true
module: module:
imports: 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-plugin-netlify
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5

View file

@ -1,6 +1,6 @@
# SITE SETUP # SITE SETUP
# Guide: https://hugoblox.com/docs/getting-started/ # Guide: https://docs.hugoblox.com/tutorial/
# Documentation: https://hugoblox.com/docs/ # Documentation: https://docs.hugoblox.com/
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
# Appearance # Appearance
@ -18,8 +18,8 @@ marketing:
site_type: Project site_type: Project
local_business_type: '' local_business_type: ''
org_name: '' org_name: ''
description: 'A highly-customizable Hugo notes theme powered by Wowchemy website builder.' description: 'A highly-customizable Hugo notes theme powered by Hugo Blox Builder.'
twitter: 'wowchemy' twitter: 'GetResearchDev'
analytics: analytics:
google_analytics: '' google_analytics: ''
baidu_tongji: '' baidu_tongji: ''

View file

@ -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. 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 - 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/) - 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"} ```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: 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** - 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 ## Example notebook

View file

@ -2,7 +2,7 @@
# Title, summary, and page position. # Title, summary, and page position.
title: 🤖 Machine Learning title: 🤖 Machine Learning
linktitle: 🤖 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 weight: 1
# icon: book # icon: book
# icon_pack: fas # icon_pack: fas

View file

@ -3,7 +3,6 @@ module github.com/wowchemy/hugo-second-brain-theme
go 1.15 go 1.15
require ( require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.2 github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7
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 v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882
) )