Compare commits
No commits in common. "b6d97a5353ce89ee376b3d3011a5969719fc0575" and "c34823a3bd0e9c4eace2e692a0e143b78d04337a" have entirely different histories.
b6d97a5353
...
c34823a3bd
77
mkdocs.yml
77
mkdocs.yml
@ -67,48 +67,47 @@ theme:
|
|||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
- toc.integrate
|
|
||||||
font:
|
font:
|
||||||
text: Fira Sans
|
text: Fira Sans
|
||||||
code: Fira Mono
|
code: Fira Mono
|
||||||
icon:
|
icon:
|
||||||
logo: material/school
|
logo: material/school
|
||||||
|
|
||||||
#markdown_extensions:
|
markdown_extensions:
|
||||||
# - admonition
|
- admonition
|
||||||
# - def_list
|
- def_list
|
||||||
# - footnotes
|
- footnotes
|
||||||
# - meta
|
- meta
|
||||||
# - toc:
|
- toc:
|
||||||
# permalink: ""
|
permalink: ""
|
||||||
# - pymdownx.arithmatex:
|
- pymdownx.arithmatex:
|
||||||
# generic: true
|
generic: true
|
||||||
# - pymdownx.caret
|
- pymdownx.caret
|
||||||
# - pymdownx.critic
|
- pymdownx.critic
|
||||||
# - pymdownx.details
|
- pymdownx.details
|
||||||
# - pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
# emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
||||||
# - pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
# linenums: true
|
linenums: true
|
||||||
# - pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
# - pymdownx.keys
|
- pymdownx.keys
|
||||||
# - pymdownx.magiclink
|
- pymdownx.magiclink
|
||||||
# - pymdownx.mark
|
- pymdownx.mark
|
||||||
# - pymdownx.smartsymbols
|
- pymdownx.smartsymbols
|
||||||
# - pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
# custom_fences:
|
custom_fences:
|
||||||
# - name: math
|
- name: math
|
||||||
# class: arithmatex
|
class: arithmatex
|
||||||
# format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
|
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
|
||||||
# - pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
# custom_checkbox: true
|
custom_checkbox: true
|
||||||
# - pymdownx.tilde
|
- pymdownx.tilde
|
||||||
# - pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
# alternate_style: true
|
alternate_style: true
|
||||||
#
|
|
||||||
#extra_javascript:
|
extra_javascript:
|
||||||
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||||
# - stylesheets/preload.js
|
- stylesheets/preload.js
|
||||||
#
|
|
||||||
#extra_css:
|
extra_css:
|
||||||
# - stylesheets/background.css
|
- stylesheets/background.css
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user