Skip to content

Commit

Permalink
Add plausible tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Jun 1, 2023
1 parent 010650c commit b30b59e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
10 changes: 9 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ markdown_extensions:
- pymdownx.arithmatex:
generic: true

plugins:
- material-plausible

extra:
analytics:
provider: plausible
domain: biaslyze.org

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
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
30 changes: 23 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ triton = "^2.0.0.post1"

[tool.poetry.group.dev.dependencies]
mkdocs-material = "^9.1.1"
material-plausible-plugin = "^0.2.0"
mkgendocs = "^0.9.2"
black = "^23.1.0"
isort = "^5.12.0"
Expand Down

0 comments on commit b30b59e

Please sign in to comment.