summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-25 14:32:36 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-25 15:42:04 -0700
commit2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb (patch)
tree32d643287c22e9bb2a1335c358218c6fb65e51d8 /_config.yml
parente6ecfd0de12ecda56cc23f887c807c3ae096c82d (diff)
downloadscala-2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb.tar.gz
scala-2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb.tar.bz2
scala-2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb.zip
Jekyll 2 config for redcarpet 3.1.1
To mimic github flavored markdown for local viewing. Note that this requires a development version of jekyll.
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