Elphelt/mkdocs.yaml
2024-10-15 01:46:19 +02:00

59 lines
1.2 KiB
YAML

site_name: (My) Elphelt notes
site_description: My notes on Elphelt
site_url: https://github.com/OriolFilter/Elphelt
repo_url: https://github.com/OriolFilter/Elphelt
theme:
# name: readthedocs
name: material
features:
- navigation.indexes
- content.code.copy
- content.code.annotate
plugins:
# - section-index
# - literate-nav
- search
markdown_extensions:
- toc:
separator: "-"
permalink: ""
- admonition
- pymdownx.details
- pymdownx.superfences
# baselevel: 1
# - pymdownx.arithmatex
# - pymdownx.b64
# - pymdownx.betterem
# - pymdownx.blocks.admonition
# - pymdownx.blocks.definition
# - pymdownx.blocks.details
# - pymdownx.blocks.html
# - pymdownx.blocks.tab
# - pymdownx.caret
# - pymdownx.critic
# - pymdownx.details
# - pymdownx.emoji
# - pymdownx.escapeall
# - pymdownx.extra
# - pymdownx.highlight
# - pymdownx.inlinehilite
# - pymdownx.keys
- pymdownx.magiclink: []
# - pymdownx.mark
# - pymdownx.pathconverter
# - pymdownx.progressbar
# - pymdownx.saneheaders
# - pymdownx.smartsymbols
# - pymdownx.snippets
# - pymdownx.striphtml
# - pymdownx.superfences
# - pymdownx.tabbed
# - pymdownx.tasklist
# - pymdownx.tilde