16 lines
343 B
YAML
16 lines
343 B
YAML
site_name: Записки шизофреника
|
|
site_url: https://rustbas.github.io/blog
|
|
theme:
|
|
name: material
|
|
|
|
markdown_extensions:
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
|
|
extra_javascript:
|
|
- javascripts/mathjax.js
|
|
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|