forked from drowl87/hextra_mirror
16 lines
459 B
Markdown
16 lines
459 B
Markdown
---
|
|
title: Shortcodes
|
|
weight: 9
|
|
---
|
|
|
|
Hextra provides a variety of built-in components based on [Hugo Shortcodes](https://gohugo.io/content-management/shortcodes/).
|
|
|
|
|
|
{{< cards >}}
|
|
{{< card link="callouts" title="Callouts" icon="warning" >}}
|
|
{{< card link="cards" title="Cards" >}}
|
|
{{< card link="filetree" title="FileTree" >}}
|
|
{{< card link="steps" title="Steps" icon="one" >}}
|
|
{{< card link="tabs" title="Tabs" icon="collection" >}}
|
|
{{< /cards >}}
|