2025-08-14 23:49:06 +08:00
|
|
|
---
|
|
|
|
title: سایر شورتکدها
|
|
|
|
linkTitle: سایر
|
|
|
|
next: /docs/guide/deploy-site
|
|
|
|
---
|
|
|
|
|
2025-08-22 00:31:16 +02:00
|
|
|
{{< callout type="warning" >}}
|
2025-08-14 23:49:06 +08:00
|
|
|
برخی از اینها شورتکدهای داخلی Hugo هستند.
|
|
|
|
این شورتکدها کمتر پایدار در نظر گرفته میشوند و ممکن است هر زمان تغییر کنند.
|
|
|
|
{{< /callout >}}
|
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
### أمثلة
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
{{< badge "default" >}}
|
|
|
|
{{< badge content="border" border=false >}}
|
|
|
|
{{< badge content="color" color="green" >}}
|
|
|
|
{{< badge content="link" link="https://github.com/imfing/hextra/releases" >}}
|
|
|
|
{{< badge content="icon" icon="sparkles" >}}
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
### الاستخدام
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
#### تقصير
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
{{< badge "Badge" >}}
|
2025-08-14 23:49:06 +08:00
|
|
|
|
|
|
|
```
|
2025-08-23 15:42:23 +02:00
|
|
|
{{</* badge "Badge" */>}}
|
2025-08-14 23:49:06 +08:00
|
|
|
```
|
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
#### الألوان
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
{{< badge content="Badge" >}}
|
|
|
|
{{< badge content="Badge" color="purple" >}}
|
|
|
|
{{< badge content="Badge" color="indigo" >}}
|
|
|
|
{{< badge content="Badge" color="blue" >}}
|
|
|
|
{{< badge content="Badge" color="green" >}}
|
|
|
|
{{< badge content="Badge" color="yellow" >}}
|
|
|
|
{{< badge content="Badge" color="amber" >}}
|
|
|
|
{{< badge content="Badge" color="orange" >}}
|
|
|
|
{{< badge content="Badge" color="red" >}}
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
```
|
|
|
|
{{</* badge content="Badge" */>}}
|
|
|
|
{{</* badge content="Badge" color="purple" */>}}
|
|
|
|
{{</* badge content="Badge" color="indigo" */>}}
|
|
|
|
{{</* badge content="Badge" color="blue" */>}}
|
|
|
|
{{</* badge content="Badge" color="green" */>}}
|
|
|
|
{{</* badge content="Badge" color="yellow" */>}}
|
|
|
|
{{</* badge content="Badge" color="amber" */>}}
|
|
|
|
{{</* badge content="Badge" color="orange" */>}}
|
|
|
|
{{</* badge content="Badge" color="red" */>}}
|
|
|
|
```
|
|
|
|
|
|
|
|
{{< badge content="Badge" border=false >}}
|
|
|
|
{{< badge content="Badge" color="purple" border=false >}}
|
|
|
|
{{< badge content="Badge" color="indigo" border=false >}}
|
|
|
|
{{< badge content="Badge" color="blue" border=false >}}
|
|
|
|
{{< badge content="Badge" color="green" border=false >}}
|
|
|
|
{{< badge content="Badge" color="yellow" border=false >}}
|
|
|
|
{{< badge content="Badge" color="amber" border=false >}}
|
|
|
|
{{< badge content="Badge" color="orange" border=false >}}
|
|
|
|
{{< badge content="Badge" color="red" border=false >}}
|
2025-08-14 23:49:06 +08:00
|
|
|
|
|
|
|
```
|
2025-08-23 15:42:23 +02:00
|
|
|
{{</* badge content="Badge" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="purple" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="indigo" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="blue" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="green" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="yellow" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="amber" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="orange" border=false */>}}
|
|
|
|
{{</* badge content="Badge" color="red" border=false */>}}
|
2025-08-14 23:49:06 +08:00
|
|
|
```
|
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
#### المتغيرات
|
|
|
|
|
|
|
|
{{< badge content="Badge" icon="sparkles" >}}
|
|
|
|
{{< badge content="Releases" link="https://github.com/imfing/hextra/releases" icon="github" >}}
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
```
|
|
|
|
{{</* badge content="Badge" icon="sparkles" */>}}
|
|
|
|
{{</* badge content="Releases" link="https://github.com/imfing/hextra/releases" icon="github" */>}}
|
|
|
|
```
|
2025-08-14 23:49:06 +08:00
|
|
|
|
2025-08-17 19:42:59 +02:00
|
|
|
### خيارات
|
|
|
|
|
2025-08-23 15:42:23 +02:00
|
|
|
| المعلمة | وصف |
|
|
|
|
|-----------|-----------------------------------------------------------------------------------------------------------|
|
|
|
|
| `content` | نص الشارة. |
|
|
|
|
| `link` | رابط الشارة. |
|
|
|
|
| `icon` | رمز الشارة. |
|
|
|
|
| `color` | `gray` (تقصير), `purple`, `indigo`, `blue`, `green`, `yellow`, `amber`, `orange`, `red`.<br/> لون الشارة. |
|
|
|
|
| `class` | فئة الشارة. |
|
|
|
|
| `border` | إضافة أو إزالة الحدود (افتراضي: true |
|
2025-08-17 19:42:59 +02:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
## یوتیوب
|
|
|
|
|
|
|
|
تعبیه یک ویدیوی یوتیوب.
|
|
|
|
|
|
|
|
```
|
|
|
|
{{</* youtube VIDEO_ID */>}}
|
|
|
|
```
|
|
|
|
|
|
|
|
نتیجه:
|
|
|
|
|
|
|
|
{{< youtube id=dQw4w9WgXcQ loading=lazy >}}
|
|
|
|
|
|
|
|
برای اطلاعات بیشتر، به [شورتکد یوتیوب Hugo](https://gohugo.io/content-management/shortcodes/#youtube) مراجعه کنید.
|
|
|
|
|
|
|
|
## پیدیاف
|
|
|
|
|
|
|
|
با شورتکد پیدیاف، میتوانید یک فایل پیدیاف را در محتوای خود تعبیه کنید.
|
|
|
|
|
|
|
|
```
|
|
|
|
{{</* pdf "https://example.com/sample.pdf" */>}}
|
|
|
|
```
|
|
|
|
|
|
|
|
همچنین میتوانید فایل پیدیاف را در دایرکتوری پروژه خود قرار دهید و از مسیر نسبی استفاده کنید.
|
|
|
|
|
|
|
|
```
|
|
|
|
{{</* pdf "path/to/file.pdf" */>}}
|
|
|
|
```
|
|
|
|
|
|
|
|
مثال:
|
|
|
|
|
|
|
|
{{< pdf "https://upload.wikimedia.org/wikipedia/commons/1/13/Example.pdf" >}}
|