starters: port docs template

See #3010
This commit is contained in:
George Cushen 2024-02-18 00:48:43 +00:00
commit 552df4b957
3 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ sections:
for support for support
design: design:
# Section background color (CSS class) # 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 # Reduce spacing
spacing: spacing:
padding: ["1rem", 0, "1rem", 0] padding: ["1rem", 0, "1rem", 0]

View file

@ -8,8 +8,8 @@ A Hugo extension to create cards. Cards can be shown as links or as plain text.
## Usage ## Usage
{{< cards >}} {{< cards >}}
{{< card link="../" title="Learn Shortcodes" icon="academic-cap" >}} {{< card url="../" title="Learn Shortcodes" icon="academic-cap" >}}
{{< card link="" title="A card without an icon or link" >}} {{< card url="" title="A card without an icon or link" >}}
{{< /cards >}} {{< /cards >}}
is rendered by: is rendered by:

View file

@ -4,5 +4,5 @@ go 1.15
require ( 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-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
) )