update mkdocs config

This commit is contained in:
mauwii 2022-09-14 07:41:45 +02:00
parent 872172ea70
commit 0b4f5a926f
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -13,6 +13,8 @@ copyright: Copyright &copy; 2022 Lincoln D. Stein <lincoln.stein@gmail.com>
# Configuration # Configuration
theme: theme:
name: material name: material
features:
- toc.integrate
palette: palette:
- media: '(prefers-color-scheme: light)' - media: '(prefers-color-scheme: light)'
primary: blue primary: blue
@ -38,7 +40,7 @@ markdown_extensions:
- meta - meta
- md_in_html - md_in_html
- toc: - toc:
permalink: true permalink: '#'
- pymdownx.arithmatex: - pymdownx.arithmatex:
generic: true generic: true
- pymdownx.betterem: - pymdownx.betterem:
@ -71,8 +73,6 @@ markdown_extensions:
- pymdownx.tilde - pymdownx.tilde
- tables - tables
# Plugins plugins:
# plugins: - search
# - search - git-revision-date
# - git-revision-date
# - mike