CloudCannon / vonge-jekyll-bookshop-template

📝 Personal blog template for Jekyll
MIT License
164 stars 120 forks source link

How to add katex support? #24

Closed ozgunozerk closed 1 year ago

ozgunozerk commented 1 year ago

I want to be able to write and render Tex (math equations). However, this template does not support it by default. I was able to change my previous jekyll theme (norlin) via adding katex support. But don't know how to do it for this template :/

bglw commented 1 year ago

If you're looking at the jekyll-katex plugin, you should be able to follow its installation instructions to add it to the site/_config.yml and site/Gemfile files in this repo.

Feel free to reopen if that doesn't work out for you, but it should function the same as adding it to your other theme 🙂