update readme about how to set custom favicon
This commit is contained in:
parent
e37e62de96
commit
66aba35846
|
@ -823,6 +823,9 @@ The {} part will be your copyright link.
|
||||||
copyrightLinkText = "copyright link text"
|
copyrightLinkText = "copyright link text"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Custom favicon
|
||||||
|
Drop your own `favicon.ico` and `favicon.png` files inside `static/images` folder. Take a look at the [`exampleSite` folder for reference](/exampleSite/static/images)
|
||||||
|
|
||||||
## External Library
|
## External Library
|
||||||
|
|
||||||
If you want use external libraries, this theme currently supporting Katex, MathJax, Mermaid, Flowchart.js, chart.js, viz-graph, wavedrom, js-sequence-diagram. Just add some variable to a front-matter.
|
If you want use external libraries, this theme currently supporting Katex, MathJax, Mermaid, Flowchart.js, chart.js, viz-graph, wavedrom, js-sequence-diagram. Just add some variable to a front-matter.
|
||||||
|
|
Loading…
Reference in New Issue