Skip to content

Commit

Permalink
fix: remove mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Mar 25, 2024
1 parent c96c33b commit cb70902
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ theme:
features:
- content.code.annotate
- content.code.copy
- navigation.tabs
feature:
tabs: false
i18n:
Expand All @@ -51,6 +52,15 @@ plugins:
- same-dir
- roamlinks
- material-plausible
- blog:
post_url_date_format: yyyy/MM/dd
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- exclude:
glob:
- "Readwise/*"
Expand Down Expand Up @@ -93,8 +103,4 @@ extra:
src: "https://plausible.chaops.de/js/script.js"

extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js


0 comments on commit cb70902

Please sign in to comment.