Skip to content
Snippets Groups Projects
Commit 72833f24 authored by pablo_import's avatar pablo_import
Browse files

update mkdocs config to add my extensions

parent 53ecb318
No related branches found
No related tags found
No related merge requests found
site_name: My Docs by GitLab Pages site_name: Pablo's docs
site_url: https://pescobar.gitlab.io/my-docs site_url: https://pescobar.gitlab.io/my-docs
site_dir: public site_dir: public
theme:
name: material
palette:
# dark mode
- scheme: default
toggle:
icon: material/brightness-6
# light mode
- scheme: slate
toggle:
icon: material/brightness-7
features:
- content.code.copy # required for syntax highlight
markdown_extensions:
# this one is used by multiple extensions below
- pymdownx.superfences
# tabs
- pymdownx.tabbed:
alternate_style: true
# syntax highlight
- pymdownx.highlight
# notes, warnings, tips
- admonition
- pymdownx.details
# emojis
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment