kaiiiz / hugo-theme-monochrome

Monochrome is a fast, clean and responsive hugo theme
https://kaiiiz.github.io/hugo-theme-monochrome/
MIT License
170 stars 52 forks source link

Serve tex-mml-chtml locally #46

Open bbhtt opened 10 months ago

bbhtt commented 10 months ago

Hello, I'm using your theme with this patch https://github.com/bbhtt/hugo-theme-monochrome/commit/d5a7b1c46bcb5ab6c588d877d3313c07f1f68978 to reduce external connections (to JSDelivr... etc.)

Would it be possible for you to integrate this?

Thanks!

kaiiiz commented 1 month ago

Hi, thank for the suggestion. Can you provide the benefits of bundling the library instead of using CDN? The most attractive reason for me is that your library function is still available even when the CDN service is down. But mathjax library depends on lots of extenal resources (e.g. additional fonts), which seems meaningless for the benefits unless you bundle the full resources into your site (which is tedious to maintain). WDYT?

Thanks.