Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
158 stars 44 forks source link

KaTeX not working #184

Closed acgetchell closed 1 month ago

acgetchell commented 1 month ago

My page isn't rendering on Zola, though amusingly GitHub renders most of it.

https://github.com/acgetchell/myblog/blob/main/content/blog/designing-a-metropolis-class.md

I've uncommented here without effect:

https://github.com/acgetchell/myblog/blob/main/config.toml#L358

Jieiku commented 1 month ago

It is not just you, it appears the demo is also broken: https://abridge.pages.dev/overview-math/

I am going to check if this was caused by a recent commit.

This is now fixed, I reverted the katexbundle.min.js file, not sure why it is an issue when I attempt to minify it, but should be good for now:

https://github.com/Jieiku/abridge/commit/b0667fabe2c54384662f568b5c10d90577974aac

acgetchell commented 1 month ago

Thanks, it's resolved.