more extensions
This commit is contained in:
parent
f73ca34525
commit
dfff7afeaa
@ -1,7 +1 @@
|
||||
# Documentation and blog about things I did
|
||||
|
||||
- [Projects](/projects)
|
||||
- [Blog](/blog)
|
||||
- [Tags](/tags)
|
||||
- [Links](/links)
|
||||
- [About](/about)
|
||||
# Documentation and blog about things I do
|
||||
|
1
docs/js/tex-mml-chtml.js
Normal file
1
docs/js/tex-mml-chtml.js
Normal file
File diff suppressed because one or more lines are too long
38
mkdocs.yml
38
mkdocs.yml
@ -8,8 +8,25 @@ nav:
|
||||
- About: /about
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
toggle:
|
||||
icon: material/lightbulb-outline
|
||||
name: Switch to dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
toggle:
|
||||
icon: material/lightbulb
|
||||
name: Switch to light mode
|
||||
features:
|
||||
- navigation.indexes
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.prune
|
||||
- navigation.top
|
||||
favicon: img/favicon.ico
|
||||
markdown_extensions:
|
||||
- meta
|
||||
@ -17,16 +34,29 @@ markdown_extensions:
|
||||
- extra
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
use_pygments: true
|
||||
linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
- pymdownx.tasklist
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- pymdownx.keys
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.tilde
|
||||
extra_javascript:
|
||||
- js/mathjax.js
|
||||
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
||||
- js/tex-mml-chtml.js
|
||||
plugins:
|
||||
- search
|
||||
- search:
|
||||
lang:
|
||||
- en
|
||||
- hu
|
||||
- blog:
|
||||
draft: false
|
||||
draft_on_serve: false
|
||||
|
Loading…
Reference in New Issue
Block a user