From 2e58672f47757f1519f32994e6d269dcd77f6362 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 Feb 2024 04:55:01 +0000 Subject: [PATCH] Hermit-V2 Theme Update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 45f106b..277c4fd 100644 --- a/README.md +++ b/README.md @@ -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)