starters: update

This commit is contained in:
George Cushen 2024-01-13 17:50:46 +00:00
commit d9af47ca37
3 changed files with 5 additions and 4 deletions

View file

@ -31,6 +31,7 @@ header:
navbar:
enable: true
blox: "navbar"
align: "center"
fixed_to_top: true
logo:
text: ""

View file

@ -20,10 +20,10 @@ sections:
text: Read the docs
url: https://docs.hugoblox.com
announcement:
text: Announcing the release of version 1.
text: "Announcing the release of version 1."
link:
text: Read more
url: /blog/
text: "Read more"
url: "/blog/"
design:
spacing:
padding: [0, 0, 0, 0]

View file

@ -4,5 +4,5 @@ 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.20240103201312-35f75d5b7e3b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20240113174520-1975d0f568ff
)