Update Theme
This commit is contained in:
17
mkdocs.yml
17
mkdocs.yml
@@ -1,7 +1,17 @@
|
||||
site_name: Notes
|
||||
theme:
|
||||
name: readthedocs
|
||||
|
||||
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:
|
||||
@@ -9,6 +19,9 @@ markdown_extensions:
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- git-revision-date-localized:
|
||||
enable_creation_date: true
|
||||
- git-authors
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/mathjax.js
|
||||
|
||||
Reference in New Issue
Block a user