Andreas Deininger
Andreas Deininger
This PR resolves #276.
This PR brings server side rendering of math equations via hugo's built-in KaTeX rendering engine. **Advantages:** - server side rendering (instead of client side rendering) - no JS needed for...
This PR fixes a few typos I spotted in the documentation.
### Preliminary Checks - [x] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue - [x] This issue is not a question, feature...
This PR fixes various typos I spotted in the project.
Bootstrap project has ongoing efforts, see: - https://github.com/orgs/twbs/discussions/41370 - https://github.com/twbs/bootstrap/issues/40962 - slated for v5.4 as of Oct 2025 - https://github.com/twbs/bootstrap/pull/41112 - https://github.com/twbs/bootstrap/pull/41512 (v6) to drop node-sass support still in the...
As [spotted](https://github.com/google/docsy/pull/2273#issuecomment-2953806805) by @fekete-robert: When downloading KaTeX resources via `resources.getRemote`, the error checking part when downloading the css/js file doesn't seem to catch if you specify a version number in...
This error closes #2280.
This PR fixes #2270. With > 300 lines dropped (user guide + scripts), this PR significantly simplifies the documentation and the code base for KaTeX handling. This PR brings several...
We should consider [server side rendering](https://gohugo.io/functions/transform/tomath/) of math equations via hugo's built-in KaTeX rendering engine. **Advantages:** - server side rendering (instead of client side rendering) - no JS needed for...