2023-08-30 16:35:04 -04:00
|
|
|
---
|
|
|
|
title: 短代码
|
|
|
|
weight: 9
|
|
|
|
prev: /docs/guide/diagrams
|
|
|
|
next: /docs/guide/shortcodes/callout
|
|
|
|
---
|
|
|
|
|
2024-12-31 00:34:20 +00:00
|
|
|
[Hugo 短代码](https://gohugo.io/content-management/shortcodes/)是内容文件中的简单片段,用于调用内置或自定义模板。
|
2023-08-30 16:35:04 -04:00
|
|
|
|
2024-12-31 00:34:20 +00:00
|
|
|
Hextra 提供了一系列精美的短代码,以增强您的内容。
|
2023-08-30 16:35:04 -04:00
|
|
|
|
|
|
|
{{< cards >}}
|
2024-12-31 00:34:20 +00:00
|
|
|
{{< card link="callout" title="标注" icon="warning" >}}
|
2023-08-30 16:35:04 -04:00
|
|
|
{{< card link="cards" title="卡片" icon="card" >}}
|
2024-12-31 00:34:20 +00:00
|
|
|
{{< card link="details" title="详情" icon="chevron-right" >}}
|
2023-08-30 16:35:04 -04:00
|
|
|
{{< card link="filetree" title="文件树" icon="folder-tree" >}}
|
|
|
|
{{< card link="icon" title="图标" icon="badge-check" >}}
|
|
|
|
{{< card link="steps" title="步骤" icon="one" >}}
|
2024-12-31 00:34:20 +00:00
|
|
|
{{< card link="tabs" title="标签页" icon="collection" >}}
|
2023-08-30 16:35:04 -04:00
|
|
|
{{< /cards >}}
|
2024-12-31 00:34:20 +00:00
|
|
|
|
|
|
|
<div style="padding-top:4rem"></div>
|
|
|
|
|
|
|
|
Hugo 和 Hextra 提供的其他短代码:
|
|
|
|
|
|
|
|
{{< cards >}}
|
|
|
|
{{< card link="jupyter" title="Jupyter 笔记本" icon="jupyter" tag="alpha" >}}
|
|
|
|
{{< card link="others" title="其他" icon="view-grid" >}}
|
|
|
|
{{< /cards >}}
|