shortcode
Jump to Section
icon
-
code
1 2 3{{< icon name="fa-github" style="fab" size="64px" >}} {{< icon name="fa-github" style="fab" size="32px" >}} {{< icon fa-github b >}} -
result
-
suorce
https://fontawesome.com/icons?d=gallery&s=brands,solid&m=free/
alert
-
code
1 2 3 4 5 6 7 8{{< alert primary >}}**this** is a primary{{< /alert >}} {{< alert theme="info" >}}**this** is a text{{< /alert >}} {{< alert theme="success" >}}**Yeahhh !** is a text{{< /alert >}} {{< alert theme="warning" >}}**Be carefull** is a text{{< /alert >}} {{< alert danger >}}**Beware !** is a text{{< /alert >}} {{< alert dark >}}**Dark !** is a dark{{< /alert >}} {{< alert light >}}**oooh !** is a light{{< /alert >}} {{< alert secondary >}}**Wait !** is a secondary{{< /alert >}} -
result
this is a primarythis is a textYeahhh ! is a textBe carefull is a textBeware ! is a textDark ! is a darkoooh ! is a lightWait ! is a secondary
gist
- code