forked from drowl87/hextra_mirror
chore: rename components to shortcodes
This commit is contained in:
15
exampleSite/content/docs/guide/shortcodes/_index.md
Normal file
15
exampleSite/content/docs/guide/shortcodes/_index.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
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 >}}
|
Reference in New Issue
Block a user