summaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 000000000..f00875d90
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,10 @@
+port: 3000
+lsi: false
+permalink: /:title
+markdown: kramdown
+# Since GH pages override this to "true", we test this value to see if we are running locally
+safe: false
+kramdown:
+ input: GFM
+ auto_ids: true
+ hard_wrap: false