28 lines
564 B
YAML
28 lines
564 B
YAML
site_name: Notes
|
|
|
|
repo_url: https://github.com/Indigo5684/Notes
|
|
edit_uri: edit/main/docs/
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.instant
|
|
- navigation.instant.prefetch
|
|
- navigation.instant.progress
|
|
- navigation.footer
|
|
- content.action.edit
|
|
- content.action.view
|
|
|
|
markdown_extensions:
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
|
|
plugins:
|
|
- search
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
- git-authors
|
|
|
|
extra_javascript:
|
|
- javascripts/mathjax.js
|
|
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js |