2023-07-29 05:11:25 +08:00
|
|
|
---
|
2023-08-18 06:09:49 +08:00
|
|
|
title: Shortcodes
|
|
|
|
weight: 9
|
2023-07-29 05:11:25 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
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" >}}
|
2023-08-18 06:09:49 +08:00
|
|
|
{{< card link="cards" title="Cards" >}}
|
|
|
|
{{< card link="filetree" title="FileTree" >}}
|
2023-07-30 19:53:06 +08:00
|
|
|
{{< card link="steps" title="Steps" icon="one" >}}
|
2023-08-18 06:09:49 +08:00
|
|
|
{{< card link="tabs" title="Tabs" icon="collection" >}}
|
2023-07-29 05:11:25 +08:00
|
|
|
{{< /cards >}}
|