Skip to content

Commit

Permalink
Bump blox module versions and hugo version
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Allison <[email protected]>
  • Loading branch information
ianabc committed Jul 8, 2024
1 parent 8cdc31b commit 24d1d38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.119.0
HUGO_VERSION: 0.122.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
5 changes: 3 additions & 2 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ profiles:
url: https://www.facebook.com/callystocanada/
- icon: brands/youtube
url: https://www.youtube.com/Callysto
- icon: brands/tiktok
url: https://www.tiktok.com/@callysto_canada
# Not currently defined in hugo blox
# - icon: brands/tiktok
# url: https://www.tiktok.com/@callysto_canada

# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
# - icon: academicons/cv
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module my_website
go 1.19

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20240113174520-1975d0f568ff
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240602152624-676a1b20ee9f
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.0
)

require github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.2 // indirect

0 comments on commit 24d1d38

Please sign in to comment.