Skip to content

Commit 060d617

Browse files
author
Splitter
committed
chore(templates): update modules to latest commits
1 parent eb42254 commit 060d617

File tree

8 files changed

+67
-24
lines changed

8 files changed

+67
-24
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Install Tailwind CLI if package.json exists
4848
if [ -f "package.json" ]; then
4949
echo "Installing Tailwind dependencies..."
50-
pnpm install || npm install
50+
pnpm install --no-frozen-lockfile || npm install
5151
fi
5252
5353
- name: Setup Hugo

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The **Creator's Blog** Hugo Theme empowers you to easily create your own _person
88

99
[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/)
1010
[![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
11-
[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://x.com/BuildLore)
11+
[![Twitter Follow](https://img.shields.io/twitter/follow/BuildLore?label=Follow%20on%20Twitter)](https://x.com/BuildLore)
1212

1313
Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX.
1414

@@ -20,7 +20,7 @@ The integrated [**Hugo Blox**](https://hugoblox.com) website builder and CMS mak
2020
- 📚 [View the **documentation**](https://docs.hugoblox.com/)
2121
- 💬 [Chat with the **Hugo Blox Builder community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
2222
- ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter)
23-
- 🐦 Share your new site with the community: [@GetResearchDev](https://x.com/BuildLore) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithHugoBlox](https://twitter.com/search?q=%23MadeWithHugoBlox&src=typed_query)
23+
- 🐦 Share your new site with the community: [@BuildLore](https://x.com/BuildLore) [@GeorgeCushen](https://x.com/GeorgeCushen) [#MadeWithHugoBlox](https://x.com/search?q=%23MadeWithHugoBlox&src=typed_query)
2424
- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA)
2525
- 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues)
2626
- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)

config/_default/hugo.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

6-
title: "Creator's Blog (Hugo Theme)" # Website name
6+
# Website name (set in params.yaml under hugoblox.branding.name)
7+
title: ''
78
baseURL: 'https://example.com/' # Website URL
89

910
############################
@@ -51,7 +52,7 @@ pagination:
5152
enableEmoji: true
5253
enableRobotsTXT: true
5354
footnotereturnlinkcontents: <sup>^</sup>
54-
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
55+
ignoreFiles: [".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
5556
disableAliases: true
5657
outputs:
5758
home: [HTML, RSS, headers, redirects, backlinks]

config/_default/params.yaml

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,44 @@
33
# Documentation: https://docs.hugoblox.com/
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

6-
# Appearance
7-
appearance:
8-
mode: system
9-
color: blue
6+
# ==============================================================================
7+
# HUGO BLOX CONFIGURATION
8+
# ==============================================================================
9+
hugoblox:
10+
# ────────────────────────────────────────────────────────────────────────────
11+
# BRANDING
12+
# Your site's identity - used in navbar, footer, SEO, and copyright
13+
# ────────────────────────────────────────────────────────────────────────────
14+
branding:
15+
name: "My Blog"
1016

11-
# SEO
17+
# ────────────────────────────────────────────────────────────────────────────
18+
# THEME
19+
# Controls colors and appearance
20+
# ────────────────────────────────────────────────────────────────────────────
21+
theme:
22+
mode: system
23+
pack: "default"
24+
25+
# ────────────────────────────────────────────────────────────────────────────
26+
# TYPOGRAPHY & LAYOUT
27+
# ────────────────────────────────────────────────────────────────────────────
28+
typography:
29+
font: "sans"
30+
size: "md"
31+
layout:
32+
radius: "md"
33+
spacing: "comfortable"
34+
35+
# ==============================================================================
36+
# SEO & MARKETING
37+
# ==============================================================================
1238
marketing:
1339
seo:
1440
site_type: Person
1541
local_business_type: ''
16-
org_name: ''
1742
description: 'A highly-customizable Hugo blog theme powered by Hugo Blox Builder.'
18-
twitter: 'GetResearchDev'
43+
twitter: 'BuildLore'
1944
analytics:
2045
google_analytics: ''
2146
baidu_tongji: ''
@@ -26,29 +51,38 @@ marketing:
2651
google: ''
2752
baidu: ''
2853

29-
# Site header
54+
# ==============================================================================
55+
# SITE HEADER
56+
# ==============================================================================
3057
header:
3158
navbar:
3259
enable: true
3360
show_search: true
34-
show_theme_chooser: true
61+
show_mode_toggle: true
62+
# show_theme_picker: true
3563

36-
# Site footer
64+
# ==============================================================================
65+
# SITE FOOTER
66+
# ==============================================================================
3767
footer:
3868
copyright:
39-
notice: '© {year} Me. This work is licensed under {license}'
69+
notice: '© {year} {name}. This work is licensed under {license}'
4070
license:
4171
enable: true
4272
allow_derivatives: false
4373
share_alike: true
4474
allow_commercial: false
4575

46-
# Localization
76+
# ==============================================================================
77+
# LOCALIZATION
78+
# ==============================================================================
4779
locale:
4880
date_format: 'Jan 2, 2006'
4981
time_format: '3:04 PM'
5082

51-
# Site features
83+
# ==============================================================================
84+
# SITE FEATURES
85+
# ==============================================================================
5286
features:
5387
math:
5488
enable: false

content/blog/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Welcome 👋
3535
- 👉 [**Create a new site**](https://hugoblox.com/templates/)
3636
- 📚 [**Personalize your site**](https://docs.hugoblox.com/)
3737
- 💬 [Chat with the **Hugo Blox community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
38-
- 🐦 Twitter: [@GetResearchDev](https://x.com/BuildLore) [@GeorgeCushen](https://twitter.com/GeorgeCushen) #MadeWithHugoBlox
38+
- 🐦 Twitter: [@BuildLore](https://x.com/BuildLore) [@GeorgeCushen](https://x.com/GeorgeCushen) #MadeWithHugoBlox
3939
- 💡 [Request a **feature** or report a **bug** for _Hugo Blox_](https://github.com/HugoBlox/hugo-blox-builder/issues)
4040
- ⬆️ **Updating Hugo Blox?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)
4141

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/templates/blog
33
go 1.19
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.10.0
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20251130065528-c8f2322fa65e
88
)

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
echo "Go version: $(go version || echo 'Go not available')"
99
1010
echo "=== Installing dependencies ==="
11-
pnpm install --verbose
11+
pnpm install --verbose --no-frozen-lockfile
1212
1313
echo "=== Running Hugo build ==="
1414
hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings
@@ -38,7 +38,7 @@
3838
set -e
3939
echo "=== Deploy Preview Build ==="
4040
echo "Deploy URL: $DEPLOY_PRIME_URL"
41-
pnpm install --verbose
41+
pnpm install --verbose --no-frozen-lockfile
4242
hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
4343
pnpm dlx pagefind --source 'public' --verbose
4444
"""
@@ -48,7 +48,7 @@
4848
set -e
4949
echo "=== Branch Deploy Build ==="
5050
echo "Deploy URL: $DEPLOY_PRIME_URL"
51-
pnpm install --verbose
51+
pnpm install --verbose --no-frozen-lockfile
5252
hugo --gc --minify -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
5353
pnpm dlx pagefind --source 'public' --verbose
5454
"""

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)