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 | |
parent | 057bec33175cc8a60146b255bff8b8de0e15684e (diff) |
Modified wiki
Diffstat (limited to 'wiki/features')
-rw-r--r-- | wiki/features/misc.md | 14 | ||||
-rw-r--r-- | wiki/features/other-parameters.md | 5 |
2 files changed, 4 insertions, 15 deletions
diff --git a/wiki/features/misc.md b/wiki/features/misc.md deleted file mode 100644 index 149ff2c..0000000 --- a/wiki/features/misc.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Misc" -date: "2024-10-06" -summary: "Misc parameters" -description: "Misc parameters" -toc: false -readTime: false -autonumber: true -math: false -showTags: false -hideBackToTop: true ---- - -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 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 |