diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4285039..25ad4bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: uses: quarto-dev/quarto-actions/setup@v2 with: tinytex: true + fontawesome: true - run: | quarto --version - name: Render and publish diff --git a/documents/fontawesome/index.qmd b/documents/fontawesome/index.qmd new file mode 100644 index 0000000..110fbc8 --- /dev/null +++ b/documents/fontawesome/index.qmd @@ -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)