summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 88dcddc..39356c3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,2 +1,13 @@
site_name: Gathio
-theme: material
+theme:
+ name: material
+ features:
+ - content.code.copy
+markdown_extensions:
+ - pymdownx.highlight:
+ anchor_linenums: true
+ line_spans: __span
+ pygments_lang_class: true
+ - pymdownx.inlinehilite
+ - pymdownx.snippets
+ - pymdownx.superfences