From 58044e68475bdb12d873017b3b91f9d8e29f3feb Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 4 Jan 2019 05:53:10 +0900 Subject: [PATCH] Applies monokai to the page style --- mkdocs.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index fe8f920..19defc3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,8 +72,13 @@ google_analytics: # Extensions markdown_extensions: - - attr_list - admonition + - attr_list + - codehilite: + linenums: none + noclasses: true + use_pygments: true + pygments_style: monokai - footnotes - pymdownx.betterem: smart_enable: all @@ -85,8 +90,5 @@ markdown_extensions: - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tasklist - - codehilite: - linenums: none - use_pygments: true - toc: permalink: true