CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
5.06k stars 1.66k forks source link

math equation render correctly on local but raw format in web #733

Closed jmwyf closed 1 year ago

jmwyf commented 1 year ago

What happened?

hugo server posts with math equations well on local, but don't render math when host on GitHub. Anything else seems fine.

Hugo version

hugo v0.107.0+extended

Theme version

latest

What browsers are you seeing the problem on?

Chrome

More information about the browser

Mac

Relevant log output

No response

Link to the page with bug

https://youngforever.tech

Link to the source repository

No response

CaiJimmy commented 1 year ago

Math equation seems to be working correctly in the demo site: https://dev.stack.jimmycai.com/p/math-typesetting/

You need to provide more information (like the content of the Markdown file).

jmwyf commented 1 year ago

Math equation seems to be working correctly in the demo site: https://dev.stack.jimmycai.com/p/math-typesetting/

You need to provide more information (like the content of the Markdown file).

I test use the same content in exampleSite math-typesetting. code

Is there somewhere I should change in the theme? thx!

CaiJimmy commented 1 year ago

Try disabling Cloudflare Rocket Loader.

jmwyf commented 1 year ago

Try disabling Cloudflare Rocket Loader.

cool! It works. thank you!!

I even forgot that I have setup cloudflare with the site. I can't believe it's still working after several years.