Skip to content

Commit 50b8843

Browse files
author
Splitter
committed
chore(templates): update modules to latest commits
1 parent a1ef07e commit 50b8843

File tree

12 files changed

+91
-19
lines changed

12 files changed

+91
-19
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "HugoBlox Codespace",
3-
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.154.3",
3+
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.154.5",
44
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
55
"postCreateCommand": "pnpm --version && hugo version",
66
"customizations": {
77
"vscode": {
88
"extensions": [
9-
"hugoblox.hugoblox-studio"
9+
"lore.lore-studio"
1010
]
1111
}
1212
},

.github/workflows/upgrade.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
version_type:
77
description: 'Upgrade to version'
88
required: true
9-
default: 'stable'
9+
default: 'Stable'
1010
type: choice
1111
options:
12-
- stable
13-
- canary
12+
- Stable
13+
- Beta (Preview)
1414
schedule:
1515
# Run at 05:00 on Monday
1616
- cron: '0 5 * * 1'
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4
@@ -35,6 +37,12 @@ jobs:
3537
with:
3638
node-version: '20'
3739

40+
- name: Setup pnpm
41+
uses: pnpm/action-setup@v4
42+
with:
43+
package_json_path: templates/documentation/package.json
44+
run_install: false
45+
3846
- name: Setup Go
3947
uses: actions/setup-go@v5
4048
with:
@@ -49,16 +57,16 @@ jobs:
4957
- name: Run Upgrade CLI
5058
env:
5159
# Use manual input or default to stable for scheduled runs
52-
VERSION_TYPE: ${{ inputs.version_type || 'stable' }}
60+
VERSION_TYPE: ${{ inputs.version_type || 'Stable' }}
5361
run: |
5462
FLAGS="--yes --ci"
5563
56-
if [ "$VERSION_TYPE" == "canary" ]; then
64+
if [ "$VERSION_TYPE" == "Beta (Preview)" ]; then
5765
FLAGS="$FLAGS --canary"
5866
fi
5967
6068
echo "Running upgrade with flags: $FLAGS"
61-
npx --yes hugoblox@latest upgrade $FLAGS
69+
pnpm dlx hugoblox@latest upgrade $FLAGS
6270
6371
- name: Create Pull Request
6472
uses: peter-evans/create-pull-request@v6

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"recommendations": [
3-
"hugoblox.hugoblox-studio"
3+
"lore.lore-studio"
44
]
55
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Hugo **Documentation Template** empowers with everything you need to build a
88

99
[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/details/docs/)
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/BuildLore?label=Follow%20on%20Twitter)](https://x.com/BuildLore)
11+
[![Twitter Follow](https://img.shields.io/twitter/follow/LoreLabs_?label=Follow%20on%20Twitter)](https://x.com/LoreLabs_)
1212

1313
[Check out the latest demo](https://hugo-docs-theme.netlify.app/) of what you'll get in less than 10 minutes, or [view the showcase](https://hugoblox.com/creators/).
1414

@@ -18,7 +18,7 @@ The integrated [**Hugo Blox**](https://hugoblox.com) website builder and CMS mak
1818
- 📚 [View the **documentation**](https://docs.hugoblox.com/)
1919
- 💬 [Chat with the **HugoBlox Kit community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
2020
- ⬇️ **Automatically import citations from BibTeX** with the [Academic File Converter](https://github.com/GetRD/academic-file-converter)
21-
- 🐦 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)
21+
- 🐦 Share your new site with the community: [@LoreLabs_](https://x.com/LoreLabs_) [@GeorgeCushen](https://x.com/GeorgeCushen) [#MadeWithHugoBlox](https://x.com/search?q=%23MadeWithHugoBlox&src=typed_query)
2222
- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA)
2323
- 🚀 [Contribute improvements](https://github.com/HugoBlox/kit/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/kit/issues)
2424
- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/kit/releases)

config/_default/params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hugoblox:
2424
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:
27-
twitter: "BuildLore" # Twitter/X handle for Twitter Cards (without @)
27+
twitter: "LoreLabs_" # Twitter/X handle for Twitter Cards (without @)
2828

2929
# ────────────────────────────────────────────────────────────────────────────
3030
# THEME
@@ -253,7 +253,7 @@ hugoblox:
253253
csp:
254254
policy: ""
255255
report_only: false
256-
frame_options: deny # deny | sameorigin | allow
256+
frame_options: allow # deny | sameorigin | allow - allow enables iframe embedding
257257
permissions_policy: ""
258258

259259
# ────────────────────────────────────────────────────────────────────────────

content/community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For new feature requests, create a post on our [GitHub Issues](https://github.co
2828
Follow us so you are the first to know when new features and templates are launched:
2929

3030
- [Subscribe to the _#announcement_ channel on Discord](https://discord.gg/z8wNYzb)
31-
- [Follow us on Twitter](https://x.com/BuildLore)
31+
- [Follow us on Twitter](https://x.com/LoreLabs_)
3232
- [Subscribe to the Hugo Blox blog](https://hugoblox.com/blog/)
3333

3434
## Further Resources

content/showcase/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sections:
1313
primary_action:
1414
icon: brands/x
1515
text: Submit Your Site
16-
url: "https://x.com/intent/tweet?text=I%27m%20creating%20a%20beautiful%20website%20using%20the%20free%20%E2%9D%A4%EF%B8%8F%2C%20open%20source%20Hugo%20Blox%20Website%20Builder%20for%20%40GoHugoIO%20by%20%40GeorgeCushen%20%40BuildLore%20%E2%9C%A8%20Have%20some%20feedback%3F%20Please%20comment%20%F0%9F%A4%97&hashtags=MadeWithHugoBlox&url=https://HugoBlox.com/"
16+
url: "https://x.com/intent/tweet?text=I%27m%20creating%20a%20beautiful%20website%20using%20the%20free%20%E2%9D%A4%EF%B8%8F%2C%20open%20source%20Hugo%20Blox%20Website%20Builder%20for%20%40GoHugoIO%20by%20%40GeorgeCushen%20%40LoreLabs_%20%E2%9C%A8%20Have%20some%20feedback%3F%20Please%20comment%20%F0%9F%A4%97&hashtags=MadeWithHugoBlox&url=https://HugoBlox.com/"
1717
secondary_action:
1818
text: Explore More on HugoBlox.com
1919
url: https://hugoblox.com/creators/

data/authors/me.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ links:
1919
url: mailto:your-email@example.com
2020
label: E-mail Me
2121
- icon: brands/x
22-
url: https://x.com/BuildLore
22+
url: https://x.com/LoreLabs_
2323
- icon: brands/instagram
2424
url: https://www.instagram.com/
2525
- icon: brands/linkedin

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ 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-20260106201334-85307a809791
7+
github.com/HugoBlox/kit/modules/blox v0.0.0-20260114132805-3c4fb879d118
88
)

hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.154.3'
2+
hugo_version: '0.154.5'
33
template:
44
id: "documentation"
55
name: "Documentation"

0 commit comments

Comments
 (0)