Files
hextra/exampleSite/content/docs/guide/shortcodes/_index.zh-cn.md
Xin ec007d73c0 docs(blog): prepare for v0.10 release post (#746)
* docs(blog): prepare for v0.10 release post

* Update v0.10.md

* Update v0.10.md to refine upgrade instructions and enhance blog features. Added synchronized tab switching and pagination controls, while improving the search experience and table of contents navigation.

* Enhance v0.10 release documentation with detailed upgrade instructions and migration guide. Added Tailwind theme variable customization section and clarified breaking changes. Improved clarity on CSS class prefix changes for better user experience.

* Update v0.10.md to enhance upgrade instructions, clarify breaking changes, and improve overall readability. Adjusted formatting for consistency and added details on asset management and user experience improvements.

* Add notable new features to v0.10.md, including dropdown menu support, enhanced search experience, and blog list pagination. Updated FlexSearch upgrade details for clarity and improved migration guide by removing redundant breaking change notes.

* chore: update zh-cn translation

* chore: update ja translation

* chore: update fa and ja translations

* chore: prepare release
2025-08-14 23:49:06 +08:00

1018 B

title, weight, prev, next
title weight prev next
短代码 9 /docs/guide/diagrams /docs/guide/shortcodes/callout

Hugo 短代码是内容文件中调用内置或自定义模板的简单片段。

Hextra 提供了一系列精美的短代码来增强您的内容。

{{< cards >}} {{< card link="callout" title="提示框" icon="warning" >}} {{< card link="cards" title="卡片" icon="card" >}} {{< card link="details" title="详情" icon="chevron-right" >}} {{< card link="filetree" title="文件树" icon="folder-tree" >}} {{< card link="icon" title="图标" icon="badge-check" >}} {{< card link="steps" title="步骤" icon="one" >}} {{< card link="tabs" title="标签页" icon="collection" >}} {{< /cards >}}

Hugo 和 Hextra 提供的其他短代码:

{{< cards >}} {{< card link="jupyter" title="Jupyter 笔记本" icon="jupyter" tag="alpha" >}} {{< card link="others" title="其他" icon="view-grid" >}} {{< /cards >}}