mirror of
https://github.com/imfing/hextra.git
synced 2025-11-06 13:54:52 -05:00
* chore(docs): rename `exampleSite` to `docs` and create `examples` * chore(build): update build script to support new version format and source directories; add v0.10 to documentation menu
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
---
|
|
title: شورتکدها
|
|
weight: 9
|
|
prev: /docs/guide/diagrams
|
|
next: /docs/guide/shortcodes/callout
|
|
---
|
|
|
|
[شورتکدهای Hugo](https://gohugo.io/content-management/shortcodes/) قطعهکدهای سادهای درون فایلهای محتوای شما هستند که تمپلیتهای داخلی یا سفارشی را فراخوانی میکنند.
|
|
|
|
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 >}}
|
|
|
|
<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" >}}
|
|
{{< card link="asciinema" title="Asciinema Player" icon="terminal" >}}
|
|
{{< /cards >}} |