Skip to content

Commit

Permalink
starters: port docs template
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Feb 18, 2024
1 parent c472e04 commit 42a91da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sections:
for support
design:
# Section background color (CSS class)
css_class: "bg-gray-100 dark:bg-gray-900"
css_class: "bg-gray-100 dark:bg-gray-800"
# Reduce spacing
spacing:
padding: ["1rem", 0, "1rem", 0]
Expand Down
4 changes: 2 additions & 2 deletions content/docs/guide/shortcodes/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A Hugo extension to create cards. Cards can be shown as links or as plain text.
## Usage

{{< cards >}}
{{< card link="../" title="Learn Shortcodes" icon="academic-cap" >}}
{{< card link="" title="A card without an icon or link" >}}
{{< card url="../" title="Learn Shortcodes" icon="academic-cap" >}}
{{< card url="" title="A card without an icon or link" >}}
{{< /cards >}}

is rendered by:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218003515-69d49c0b4a92
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218004752-06e9c42adcfe
)

0 comments on commit 42a91da

Please sign in to comment.