Skip to content

Commit e7cc65c

Browse files
author
Splitter
committed
chore(templates): update modules to latest commits
1 parent 9fc7f43 commit e7cc65c

File tree

9 files changed

+19
-18
lines changed

9 files changed

+19
-18
lines changed

.github/workflows/import-publications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: peter-evans/create-pull-request@v6
8585
with:
8686
commit-message: 'feat(publications): import latest publications from bibtex'
87-
title: 'Hugo Blox Builder - Import latest publications from Bibtex'
87+
title: 'HugoBlox Kit - Import latest publications from Bibtex'
8888
body: |
8989
🔄 **Automated Publication Import**
9090

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,4 @@ npx hugoblox create site --template academic-cv
148148
MIT © 2016-Present [George Cushen](https://georgecushen.com)
149149

150150
<!--START_SECTION:news-->
151-
<!--Updated at 2026-01-04T02:25:06.989Z-->
152151
<!--END_SECTION:news-->

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hugoblox:
2121
# Short tagline displayed on your site
2222
tagline: ""
2323
# Site meta description for search engines and social sharing
24-
description: "The highly-customizable Hugo Academic theme powered by Hugo Blox Builder. Easily create your personal academic website."
24+
description: "The highly-customizable Hugo Academic theme powered by HugoBlox Kit. Easily create your personal academic website."
2525
# Social accounts (used for meta tags like Twitter Cards)
2626
social:
2727
twitter: "BuildLore" # Twitter/X handle for Twitter Cards (without @)

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ sections:
109109
spacing:
110110
padding: [0, 0, 0, 0]
111111
- block: cta-card
112-
demo: true # Only display this section in the Hugo Blox Builder demo site
112+
demo: true # Only display this section in the HugoBlox Kit demo site
113113
content:
114114
title: 👉 Build your own academic website like this
115115
text: |-
116-
This site is generated by Hugo Blox Builder - the FREE, Hugo-based open source website builder trusted by 250,000+ academics like you.
116+
This site is generated by HugoBlox Kit - the FREE, Hugo-based open source website builder trusted by 250,000+ academics like you.
117117
118118
<a class="github-button" href="https://github.com/HugoBlox/kit" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star HugoBlox/kit on GitHub">Star</a>
119119

content/blog/teach-courses/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
- me
88
tags:
99
- Hugo
10-
- Hugo Blox Builder
10+
- HugoBlox Kit
1111
- Markdown
1212
image:
1313
caption: 'Embed rich media such as videos and LaTeX math'
@@ -28,7 +28,7 @@ cover:
2828
name: ""
2929
---
3030

31-
[Hugo Blox Builder](https://hugoblox.com) is designed to give technical content creators a seamless experience. You can focus on the content and the Hugo Blox Builder which this template is built upon handles the rest.
31+
[HugoBlox Kit](https://hugoblox.com) is designed to give technical content creators a seamless experience. You can focus on the content and the HugoBlox Kit which this template is built upon handles the rest.
3232

3333
**Embed videos, podcasts, code, LaTeX math, and even test students!**
3434

@@ -91,7 +91,7 @@ renders as
9191

9292
## Math
9393

94-
Hugo Blox Builder supports a Markdown extension for $\LaTeX$ math. Enable math by setting the `math: true` option in your page's front matter, or enable math for your entire site by toggling math in your `config/_default/params.yaml` file:
94+
HugoBlox Kit supports a Markdown extension for $\LaTeX$ math. Enable math by setting the `math: true` option in your page's front matter, or enable math for your entire site by toggling math in your `config/_default/params.yaml` file:
9595

9696
```yaml
9797
features:
@@ -131,7 +131,7 @@ $$
131131

132132
## Code
133133

134-
Hugo Blox Builder utilises Hugo's Markdown extension for highlighting code syntax. The code theme can be selected in the `config/_default/params.yaml` file.
134+
HugoBlox Kit utilises Hugo's Markdown extension for highlighting code syntax. The code theme can be selected in the `config/_default/params.yaml` file.
135135

136136

137137
```python

content/courses/hugo-blox/guide/formatting/media.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: Easily embed audio and video media in Hugo sites
44
date: 2023-10-24
55
---
66

7-
[Hugo Blox Builder](https://hugoblox.com) is designed to give technical content creators a seamless experience. You can focus on the content and the Hugo Blox Builder which this template is built upon handles the rest.
7+
[HugoBlox Kit](https://hugoblox.com) is designed to give technical content creators a seamless experience. You can focus on the content and the HugoBlox Kit which this template is built upon handles the rest.
88

99
**Embed videos, podcasts, code, LaTeX math, and even test students!**
1010

@@ -56,7 +56,7 @@ renders as
5656

5757
## Math
5858

59-
Hugo Blox Builder supports a Markdown extension for $\LaTeX$ math. You can enable this feature by toggling the `math` option in your `config/_default/params.yaml` file.
59+
HugoBlox Kit supports a Markdown extension for $\LaTeX$ math. You can enable this feature by toggling the `math` option in your `config/_default/params.yaml` file.
6060

6161
To render _inline_ or _block_ math, wrap your LaTeX math with `{{</* math */>}}$...${{</* /math */>}}` or `{{</* math */>}}$$...$${{</* /math */>}}`, respectively.
6262

@@ -103,7 +103,7 @@ $$
103103

104104
## Code
105105

106-
Hugo Blox Builder utilises Hugo's Markdown extension for highlighting code syntax. The code theme can be selected in the `config/_default/params.yaml` file.
106+
HugoBlox Kit utilises Hugo's Markdown extension for highlighting code syntax. The code theme can be selected in the `config/_default/params.yaml` file.
107107

108108
```python
109109
import pandas as pd

content/publications/conference-paper/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ publishDate: '2017-01-01T00:00:00Z'
2424
publication_types: ['paper-conference']
2525

2626
# Publication name and optional abbreviated publication name.
27-
publication: In *Hugo Blox Builder Conference*
27+
publication: In *HugoBlox Kit Conference*
2828
publication_short: In *ICW*
2929

3030
abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.19
44

55
require (
66
github.com/HugoBlox/kit/modules/integrations/netlify v0.0.0-20260102210655-66cba27dc652
7-
github.com/HugoBlox/kit/modules/blox v0.0.0-20260102211810-cdaf97afb270
8-
github.com/HugoBlox/kit/modules/slides v0.0.0-20260102205948-f4280ddb1ca4
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260105203838-3526fb1ca1e5
8+
github.com/HugoBlox/kit/modules/slides v0.0.0-20260102220738-ad2af1f3521d
99
)

netlify.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings
1515
1616
echo "=== Running Pagefind indexing ==="
17-
pnpm run pagefind -- --verbose
17+
pnpm run pagefind
1818
1919
echo "=== Build completed successfully ==="
2020
"""
@@ -24,6 +24,8 @@
2424
HUGO_VERSION = "0.154.2"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
27+
# Netlify runs an implicit install step; ensure it never enforces frozen lockfiles
28+
PNPM_FLAGS = "--no-frozen-lockfile"
2729
HUGO_ENABLEGITINFO = "true"
2830
HUGO_LOG_I18N_WARNINGS = "true"
2931
HUGO_LOG_WARNINGS = "true"
@@ -40,7 +42,7 @@
4042
echo "Deploy URL: $DEPLOY_PRIME_URL"
4143
pnpm install --verbose --no-frozen-lockfile
4244
hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
43-
pnpm run pagefind -- --verbose
45+
pnpm run pagefind
4446
"""
4547

4648
[context.branch-deploy]
@@ -50,7 +52,7 @@
5052
echo "Deploy URL: $DEPLOY_PRIME_URL"
5153
pnpm install --verbose --no-frozen-lockfile
5254
hugo --gc --minify -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
53-
pnpm run pagefind -- --verbose
55+
pnpm run pagefind
5456
"""
5557

5658
[[plugins]]

0 commit comments

Comments
 (0)