forked from CCCHH/ccchh-website
Shortcodes: Add font-awesome shortcode
This commit is contained in:
parent
3b1d00f685
commit
554d505239
2 changed files with 14 additions and 0 deletions
|
@ -61,3 +61,11 @@ To create a new general blog post, run a command like this:
|
|||
```shell
|
||||
hugo new content --king article blog/your-article-title.md
|
||||
```
|
||||
|
||||
### Icons
|
||||
|
||||
You can use solid and brand icons from https://fontawesome.com/icons version 6 in your posts like this:
|
||||
```md
|
||||
{{< fa envelope >}}
|
||||
{{< fa brands gitlab >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue