Uses better Markdown renderer

Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/952ba79d
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/952ba79d
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/952ba79d

Branch: refs/heads/master
Commit: 952ba79d864ea490a8fff3909656025062b0be82
Parents: e0494cb
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Wed Dec 31 11:08:12 2014 +0100
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Wed Dec 31 11:08:12 2014 +0100

----------------------------------------------------------------------
 _config.yml | 30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/952ba79d/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index b7847b6..c3926a5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,10 +1,26 @@
-name: Apache Struts
-markdown: redcarpet
-markdown_ext: md
-pygments: true
-source: source
-destination: content
-encoding: UTF-8
+name:           Apache Struts
+markdown:       kramdown
+markdown_ext:   md
+highlighter:    pygments
+pygments:       true
+source:         source
+destination:    content
+encoding:       UTF-8
+kramdown:
+  auto_ids:      true
+  footnote_nr:   1
+  entity_output: as_char
+  toc_levels:    1..6
+  smart_quotes:  lsquo,rsquo,ldquo,rdquo
+  use_coderay:   true
+
+  coderay:
+    coderay_wrap:              div
+    coderay_line_numbers:      inline
+    coderay_line_number_start: 1
+    coderay_tab_width:         4
+    coderay_bold_every:        10
+    coderay_css:               style
 
 # Defines root of the site:
 # "" - when you want to deploy to production

Reply via email to