diff options
author | Francesco <tomaselli.fr@gmail.com> | 2025-01-01 18:10:18 +0100 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2025-01-01 18:10:18 +0100 |
commit | 9c217bd883c6b6179e3b35038a9b1788d0077466 (patch) | |
tree | 2f6bf7675c2ae7483b04967da53c5e87654bb01e /wiki/features/other-parameters.md | |
parent | 057bec33175cc8a60146b255bff8b8de0e15684e (diff) |
Modified wiki
Diffstat (limited to 'wiki/features/other-parameters.md')
-rw-r--r-- | wiki/features/other-parameters.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wiki/features/other-parameters.md b/wiki/features/other-parameters.md index 7950598..3d09533 100644 --- a/wiki/features/other-parameters.md +++ b/wiki/features/other-parameters.md @@ -58,7 +58,6 @@ websiteId = "unique-website-id" jsLocation = "http://example.org/umami.js" ``` - ## Favicons The following favicons are included in the head of the website: @@ -80,3 +79,7 @@ faviconPath = 'your-path' You can easily generate favicons using [this website](https://realfavicongenerator.net/) starting from your image. [Here](https://github.com/tomfran/tomfran.github.io/tree/main/static) you can see an example of icons overriding default ones. + +## Mermaid Diagrams + +Mermaid diagrams are supported by theme, just follow [this reference](https://gohugo.io/content-management/diagrams/#mermaid-diagrams) to use them.
\ No newline at end of file |