forked from drowl87/hextra_mirror

* update dev and build command chore: move contents to exampleSite chore: add configs to exampleSite chore: use tailwindcss/nesting * add postcss-import * move imports to the top chore: add config for theme dev chore: add compiled css chore: fix last updated issue chore: dont't ignore hugo_stats.json chore: update index page layout
454 B
454 B
title | linkTitle |
---|---|
Cards Component | Cards |
Example
{{< cards >}} {{< card link="/" title="Callout" icon="warning" >}} {{< card link="/" title="GitHub" icon="github" >}} {{< card link="/" title="No Icon" >}} {{< /cards >}}
Usage
{{</* cards */>}}
{{</* card link="/" title="Callout" icon="warning" */>}}
{{</* card link="/" title="GitHub" icon="github" */>}}
{{</* card link="/" title="No Icon" */>}}
{{</* /cards */>}}