Skip to content

Commit

Permalink
need to read this if I want to add fonts awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfep committed Apr 16, 2023
1 parent 3ced222 commit 99cd768
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docusite/src/pages/how-to-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ We built this awesome documentation site using https://docusaurus.io/docs

First we installed [Node.js](https://nodejs.org/en/download/) (recommended version 16.14 or above).

:::warning npx version
:::caution npx version

Make sure we deactivate conda to use the downloaded npx version:

```sh
conda deactivate
which npx
npx -v
npx -v # This sites works with `9.5.1`.
```

This sites works with `9.5.1`.

:::

Then we _npx_ docusaurus:
Expand Down Expand Up @@ -57,6 +54,12 @@ I have done most of this using just markdown, because I just haven't got much ti

I am using the **classic template** because I just don't have time to explore and tweak templates and themes.

### Using fontawesome

I will need to read the docs...

https://docusaurus.community/knowledge/design/icons/fontawesome/

### Images

- undraw svgs shipped with docusaurus
Expand Down

0 comments on commit 99cd768

Please sign in to comment.