Update Theme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.venv/
|
.venv/
|
||||||
|
.cache/
|
||||||
venv/
|
venv/
|
||||||
@@ -11,4 +11,11 @@ window.MathJax = {
|
|||||||
ignoreHtmlClass: ".*|",
|
ignoreHtmlClass: ".*|",
|
||||||
processHtmlClass: "arithmatex"
|
processHtmlClass: "arithmatex"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
document$.subscribe(() => {
|
||||||
|
MathJax.startup.output.clearCache()
|
||||||
|
MathJax.typesetClear()
|
||||||
|
MathJax.texReset()
|
||||||
|
MathJax.typesetPromise()
|
||||||
|
})
|
||||||
17
mkdocs.yml
17
mkdocs.yml
@@ -1,7 +1,17 @@
|
|||||||
site_name: Notes
|
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:
|
markdown_extensions:
|
||||||
- pymdownx.arithmatex:
|
- pymdownx.arithmatex:
|
||||||
@@ -9,6 +19,9 @@ markdown_extensions:
|
|||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
- git-revision-date-localized:
|
||||||
|
enable_creation_date: true
|
||||||
|
- git-authors
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- javascripts/mathjax.js
|
- javascripts/mathjax.js
|
||||||
|
|||||||
@@ -1,17 +1,35 @@
|
|||||||
|
babel==2.16.0
|
||||||
|
certifi==2024.8.30
|
||||||
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
|
colorama==0.4.6
|
||||||
ghp-import==2.1.0
|
ghp-import==2.1.0
|
||||||
|
gitdb==4.0.11
|
||||||
|
GitPython==3.1.43
|
||||||
|
idna==3.10
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
Markdown==3.7
|
Markdown==3.7
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mergedeep==1.3.4
|
mergedeep==1.3.4
|
||||||
mkdocs==1.6.1
|
mkdocs==1.6.1
|
||||||
mkdocs-get-deps==0.2.0
|
mkdocs-get-deps==0.2.0
|
||||||
|
mkdocs-git-authors-plugin==0.9.0
|
||||||
|
mkdocs-git-revision-date-localized-plugin==1.2.9
|
||||||
|
mkdocs-material==9.5.39
|
||||||
|
mkdocs-material-extensions==1.3.1
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
|
paginate==0.5.7
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
platformdirs==4.3.6
|
platformdirs==4.3.6
|
||||||
|
Pygments==2.18.0
|
||||||
pymdown-extensions==10.11.2
|
pymdown-extensions==10.11.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
|
pytz==2024.2
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
pyyaml_env_tag==0.1
|
pyyaml_env_tag==0.1
|
||||||
|
regex==2024.9.11
|
||||||
|
requests==2.32.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
|
smmap==5.0.1
|
||||||
|
urllib3==2.2.3
|
||||||
watchdog==5.0.3
|
watchdog==5.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user