summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000000..300324a8fe
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,10 @@
+safe: true
+lsi: false
+highlighter: pygments
+markdown: redcarpet3
+encoding: utf-8
+redcarpet:
+ extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]
+
+# baseurl: /my-site-name
+# permalink: /docs/:title.html \ No newline at end of file