Skip to content

Commit

Permalink
Added fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Sep 7, 2023
1 parent b3dcf3e commit 3abca28
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
fontawesome: true
- run: |
quarto --version
- name: Render and publish
Expand Down
49 changes: 49 additions & 0 deletions documents/fontawesome/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: "FontAwesome"
subtitle: "FontAwesome Usage"
author: "Roy Francis"
date: last-modified
format:
html:
title-block-banner: true
toc: true
number-sections: true
theme: pulse
highlight: kate
code-tools: true
fig-align: left

execute:
echo: true
---


FontAwesome can be installed as an extension.

```sh
quarto install extension quarto-ext/fontawesome
```

The usage is as shown below:

```sh
{{{< fa thumbs-up >}}}
{{{< fa folder >}}}
{{{< fa chess-pawn >}}}
{{{< fa brands bluetooth >}}}
{{{< fa brands twitter size=2xl >}}}
{{{< fa brands github size=5x >}}}
{{{< fa battery-half size=Huge >}}}
{{{< fa envelope title="An envelope" >}}}
```

{{< fa thumbs-up >}}
{{< fa folder >}}
{{< fa chess-pawn >}}
{{< fa brands bluetooth >}}
{{< fa brands twitter size=2xl >}}
{{< fa brands github size=5x >}}
{{< fa battery-half size=Huge >}}
{{< fa envelope title="An envelope" >}}

This is a [link {{< fa brands github >}}](https://github.com/royfrancis/quarto-exp)

0 comments on commit 3abca28

Please sign in to comment.