Xin 52931107a3 chore: move content to exampleSite
* 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
2023-08-16 20:42:32 +01:00

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 */>}}