Hermit-V2 Theme Update

This commit is contained in:
GitHub Action
2024-02-02 04:55:01 +00:00
parent 617b30aac6
commit 2e58672f47

View File

@ -132,6 +132,12 @@ 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
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/)
## Acknowledgments
* [normalize.css](https://necolas.github.io/normalize.css/) - [MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md)