more extensions

This commit is contained in:
BENEDEK László 2024-12-07 00:30:14 +01:00
parent f73ca34525
commit dfff7afeaa
3 changed files with 36 additions and 11 deletions

View File

@ -1,7 +1 @@
# Documentation and blog about things I did # Documentation and blog about things I do
- [Projects](/projects)
- [Blog](/blog)
- [Tags](/tags)
- [Links](/links)
- [About](/about)

1
docs/js/tex-mml-chtml.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -8,8 +8,25 @@ nav:
- About: /about - About: /about
theme: theme:
name: material 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: features:
- navigation.indexes - navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.prune
- navigation.top
favicon: img/favicon.ico favicon: img/favicon.ico
markdown_extensions: markdown_extensions:
- meta - meta
@ -17,16 +34,29 @@ markdown_extensions:
- extra - extra
- pymdownx.highlight: - pymdownx.highlight:
anchor_linenums: true anchor_linenums: true
use_pygments: true line_spans: __span
linenums: true pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences - pymdownx.superfences
- pymdownx.arithmatex: - pymdownx.arithmatex:
generic: true 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: extra_javascript:
- js/mathjax.js - js/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js - js/tex-mml-chtml.js
plugins: plugins:
- search - search:
lang:
- en
- hu
- blog: - blog:
draft: false draft: false
draft_on_serve: false draft_on_serve: false