Created
May 30, 2018 15:33
-
-
Save ddrscott/6f7a026bd843bcff7c1548b948d86b8c to your computer and use it in GitHub Desktop.
Standard mkdocs config kitchen sink Material theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| site_name: Docs | |
| theme: | |
| name: material | |
| docs_dir: doc | |
| markdown_extensions: | |
| - markdown.extensions.admonition | |
| - markdown.extensions.codehilite: | |
| guess_lang: false | |
| - markdown.extensions.def_list | |
| - markdown.extensions.footnotes | |
| - markdown.extensions.meta | |
| - markdown.extensions.toc: | |
| permalink: true | |
| - pymdownx.arithmatex | |
| - pymdownx.betterem: | |
| smart_enable: all | |
| - pymdownx.caret | |
| - pymdownx.critic | |
| - pymdownx.details | |
| - pymdownx.emoji: | |
| emoji_generator: !!python/name:pymdownx.emoji.to_svg | |
| - pymdownx.inlinehilite | |
| - pymdownx.keys | |
| - pymdownx.magiclink | |
| - pymdownx.mark | |
| - pymdownx.smartsymbols | |
| - pymdownx.superfences | |
| - pymdownx.tasklist: | |
| custom_checkbox: true | |
| - pymdownx.tilde | |
| plugins: ['search'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment