Skip to content

Commit 287191d

Browse files
author
Splitter
committed
starters: update - plugin framework
1 parent f28ed74 commit 287191d

File tree

7 files changed

+30
-4
lines changed

7 files changed

+30
-4
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.125.1'
4+
WC_HUGO_VERSION: '0.125.2'
55

66
on:
77
# Trigger the workflow every time you push to the `main` branch

config/_default/module.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,17 @@
77
imports:
88
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
99
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
10+
11+
# Install any Hugo Blox within the `hugo-blox/blox/` folder
12+
mounts:
13+
- source: hugo-blox/blox/community
14+
target: layouts/partials/blox/community/
15+
includeFiles: '**.html'
16+
- source: hugo-blox/blox/all-access
17+
target: layouts/partials/blox/
18+
includeFiles: '**.html'
19+
- source: hugo-blox/blox
20+
target: assets/dist/community/blox/
21+
includeFiles: '**.css'
22+
- source: layouts
23+
target: layouts

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240420123751-9547f9a844cf
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240420214532-11a51f8e9f01
88
)

hugo-blox/blox/all-access/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Hugo Blox Builder: All Access
2+
3+
Elevate your web projects with [All Access](https://hugoblox.com/sponsor/), our premium Tailwind blox collection!
4+
5+
Get access to a diverse range of professionally designed, responsive components — from sleek pricing sections to interactive forms. Save time with our ready-to-use blox, fully customizable to fit your brand, and focus on creating unique features that set your website apart. Optimize your development process and enhance your designs effortlessly with our Tailwind blox!
6+
7+
Upload All Access blox to this folder and they will be automatically installed to your site, [ready for use in your pages](https://docs.hugoblox.com/getting-started/page-builder/).

hugo-blox/blox/community/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hugo Blox Builder: Community Blox
2+
3+
Upload custom or community Hugo Blox to this folder and they will be automatically installed to your site, [ready for use in your pages](https://docs.hugoblox.com/getting-started/page-builder/).
4+
5+
Creating your own blox? [Follow the step-by-step tutorial](https://docs.hugoblox.com/getting-started/page-builder/).

hugoblox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
hugo_version: '0.125.1'
2+
hugo_version: '0.125.2'

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.125.1"
6+
HUGO_VERSION = "0.125.2"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

0 commit comments

Comments
 (0)