Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
no-arbitrage authored Nov 18, 2024
1 parent 757d30e commit 899dbeb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,22 @@ kramdown:



katex:
# js_path: "{{ Gem::lib_path }}/assets/js" # Path used to search for katex.min.js
js: "https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.js"
css: "https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css"
rendering_options:
# Default KaTeX rendering options. See https://github.com/Khan/KaTeX#rendering-options
throw_error: true # throwOnError - set to false if you want rendering to output error as text rather than a build error
error_color: "#cc0000" # errorColor


plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-spaceship
- jekyll-katex


0 comments on commit 899dbeb

Please sign in to comment.