Update Readme

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-03-13 16:24:09 +00:00
parent bf1a84dbe0
commit efb82baf77

View File

@ -136,11 +136,9 @@ You'll need **Hugo extended version**, which has the ability to rebuild SCSS. Yo
You can inject any HTML code to every page's document head or right above the closing body tag. This makes it easier to add any HTML metadata, custom css/js, DNS-prefetch etc. To do this you simply need to create a file at site's `layouts/partials/extra-head.html` or `layouts/partials/extra-foot.html`, code inside will be injected to every page.
### Mathematics in Markdown
### LaTeX in Markdown
With release of Hugo [v0.122.0](https://github.com/gohugoio/hugo/releases/tag/v0.122.0), Latex is supported natively. This means we can forgo mathjax, thereby reducing the overall footprint of the theme. Keep tuned to this section for more.
Link : [https://gohugo.io/content-management/mathematics/](https://gohugo.io/content-management/mathematics/)
LaTeX is supported by this theme through Mathjax. Please check [explaining-configs](https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/) to learn more.
## Acknowledgments