Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions content/en/docs/latest/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ Use the `color` argument to set the background color of the card. As an example,

<!-- markdownlint-disable MD037 -->
{{< example lang="hugo" >}}
{{</* card-group cols="4" gutter="3" */>}}
{{</* card color="primary" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="secondary" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="success" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="danger" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="warning" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="info" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="light" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="dark" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="white" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="black" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="body" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card color="body-tertiary" path="/docs/components/button/" header-style="none" orientation="none" /*/>}}
{{</* card-group cols="4" gutter="3" header-style="none" orientation="none" */>}}
{{</* card color="primary" path="/docs/components/button/" /*/>}}
{{</* card color="secondary" path="/docs/components/button/" /*/>}}
{{</* card color="success" path="/docs/components/button/" /*/>}}
{{</* card color="danger" path="/docs/components/button/" /*/>}}
{{</* card color="warning" path="/docs/components/button/" /*/>}}
{{</* card color="info" path="/docs/components/button/" /*/>}}
{{</* card color="light" path="/docs/components/button/" /*/>}}
{{</* card color="dark" path="/docs/components/button/" /*/>}}
{{</* card color="white" path="/docs/components/button/" /*/>}}
{{</* card color="black" path="/docs/components/button/" /*/>}}
{{</* card color="body" path="/docs/components/button/" /*/>}}
{{</* card color="body-tertiary" path="/docs/components/button/" /*/>}}
{{</* /card-group */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
Expand All @@ -60,11 +60,11 @@ Use the `header` argument to customize the contents of the card.

<!-- markdownlint-disable MD037 -->
{{< example lang="hugo" >}}
{{</* card-group cols="4" gutter="3" */>}}
{{</* card path="/guides/editing" header-style="full" orientation="none" /*/>}}
{{</* card path="/guides/editing" header-style="publication" orientation="none" /*/>}}
{{</* card path="/guides/editing" header-style="tags" orientation="none" /*/>}}
{{</* card path="/guides/editing" header-style="none" orientation="none" /*/>}}
{{</* card-group cols="4" gutter="3" orientation="none" */>}}
{{</* card path="/guides/editing" header-style="full" /*/>}}
{{</* card path="/guides/editing" header-style="publication" /*/>}}
{{</* card path="/guides/editing" header-style="tags" /*/>}}
{{</* card path="/guides/editing" header-style="none" /*/>}}
{{</* /card-group */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
Expand All @@ -75,11 +75,11 @@ Use the `footer-style` argument to customize the contents of the card.

<!-- markdownlint-disable MD037 -->
{{< example lang="hugo" >}}
{{</* card-group cols="4" gutter="3" */>}}
{{</* card path="/guides/editing" header-style="none" footer-style="full" orientation="none" /*/>}}
{{</* card path="/guides/editing" header-style="none" footer-style="publication" orientation="none" /*/>}}
{{</* card path="/guides/editing" header-style="none" footer-style="tags" orientation="none" /*/>}}
{{</* card path="/guides/editing" header-style="none" footer-style="none" orientation="none" /*/>}}
{{</* card-group cols="4" gutter="3" header-style="none" */>}}
{{</* card path="/guides/editing" footer-style="full" orientation="none" /*/>}}
{{</* card path="/guides/editing" footer-style="publication" orientation="none" /*/>}}
{{</* card path="/guides/editing" footer-style="tags" orientation="none" /*/>}}
{{</* card path="/guides/editing" footer-style="none" orientation="none" /*/>}}
{{</* /card-group */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/airbnb/lottie-web v5.12.2+incompatible // indirect
github.com/cloudcannon/bookshop/hugo/v3 v3.16.1 // indirect
github.com/gethinode/hinode v1.0.0-beta2 // indirect
github.com/gethinode/hinode v1.0.0-beta3 // indirect
github.com/gethinode/mod-bootstrap v1.3.3 // indirect
github.com/gethinode/mod-cookieyes/v2 v2.2.4 // indirect
github.com/gethinode/mod-csp v1.0.7 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ github.com/gethinode/hinode v1.0.0-beta h1:aMoTMMVSllEm4NJY3YWaWth87+BzPpL5W0bxm
github.com/gethinode/hinode v1.0.0-beta/go.mod h1:i1FsVOewYgNBCdTy1m13nsDmIFYYzHK7ei33TubvpG0=
github.com/gethinode/hinode v1.0.0-beta2 h1:8JDNgehj4c8DYidQv3hCZNiluV+bcN+ORi/P5KWBg1s=
github.com/gethinode/hinode v1.0.0-beta2/go.mod h1:WUeLk4AtS6sFEOCTsrtBhGnPY8HrsNqDUNvoDLDo2io=
github.com/gethinode/hinode v1.0.0-beta3 h1:s9JKxbTqwDVoiI5wH47f3f8FYsmoI/6wmkzWD2QPoFw=
github.com/gethinode/hinode v1.0.0-beta3/go.mod h1:WUeLk4AtS6sFEOCTsrtBhGnPY8HrsNqDUNvoDLDo2io=
github.com/gethinode/mod-bootstrap v1.1.0 h1:BbalsW8kmFhv+J+dcc41TGcjIlM/p69AB0h0oGhAXIU=
github.com/gethinode/mod-bootstrap v1.1.0/go.mod h1:DcpPc2cNaXUPGEvhD7npuEEPA7573NvakTlrwFbyjr8=
github.com/gethinode/mod-bootstrap v1.1.1 h1:Tx4M5hGVOFrEaxnUONDAm6N9xuRi5UphKlT7F26HujU=
Expand Down
17 changes: 7 additions & 10 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"alert-secondary",
"alert-success",
"alert-warning",
"align-items-",
"align-items-center",
"align-items-end",
"align-items-start",
Expand Down Expand Up @@ -629,6 +630,7 @@
"order-first",
"order-md-0",
"order-md-1",
"p-",
"p-0",
"p-1",
"p-2",
Expand Down Expand Up @@ -1215,16 +1217,11 @@
"fab-windows",
"fab-x-twitter",
"fab-youtube",
"faq-60e8feae10e7bfa58fc8d9fcb19b1013",
"faq-60e8feae10e7bfa58fc8d9fcb19b1013-heading-faq-60e8feae10e7bfa58fc8d9fcb19b1013",
"faq-60e8feae10e7bfa58fc8d9fcb19b1013-item-0",
"faq-60e8feae10e7bfa58fc8d9fcb19b1013-item-1",
"faq-60e8feae10e7bfa58fc8d9fcb19b1013-item-2",
"faq-82c06df750360836723f248cf35c2fce",
"faq-82c06df750360836723f248cf35c2fce-heading-faq-82c06df750360836723f248cf35c2fce",
"faq-82c06df750360836723f248cf35c2fce-item-0",
"faq-82c06df750360836723f248cf35c2fce-item-1",
"faq-82c06df750360836723f248cf35c2fce-item-2",
"faq-30445b2739d4fdc0f179dd058c4147ca",
"faq-30445b2739d4fdc0f179dd058c4147ca-heading-faq-30445b2739d4fdc0f179dd058c4147ca",
"faq-30445b2739d4fdc0f179dd058c4147ca-item-0",
"faq-30445b2739d4fdc0f179dd058c4147ca-item-1",
"faq-30445b2739d4fdc0f179dd058c4147ca-item-2",
"fas-1",
"fas-2",
"fas-3",
Expand Down