Applies monokai to the page style

pull/41/head
Hieromon Ikasamo 6 years ago
parent 09f363030d
commit 58044e6847
  1. 10
      mkdocs.yml

@ -72,8 +72,13 @@ google_analytics:
# Extensions # Extensions
markdown_extensions: markdown_extensions:
- attr_list
- admonition - admonition
- attr_list
- codehilite:
linenums: none
noclasses: true
use_pygments: true
pygments_style: monokai
- footnotes - footnotes
- pymdownx.betterem: - pymdownx.betterem:
smart_enable: all smart_enable: all
@ -85,8 +90,5 @@ markdown_extensions:
- pymdownx.smartsymbols - pymdownx.smartsymbols
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tasklist - pymdownx.tasklist
- codehilite:
linenums: none
use_pygments: true
- toc: - toc:
permalink: true permalink: true

Loading…
Cancel
Save