We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde21e1 commit 5bb5b43Copy full SHA for 5bb5b43
_config.yml
@@ -53,13 +53,21 @@ baseurl: ""
53
# !! You don't need to change any of the configuration flags below !!
54
#
55
56
-markdown: redcarpet
57
-highlighter: rouge
58
permalink: /:title/
59
60
# The release of Jekyll Now that you're using
61
version: v1.1.0
62
+kramdown:
+ # Use GitHub flavored markdown, including triple backtick fenced code blocks
63
+ input: GFM
64
+ # Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
65
+ syntax_highlighter: rouge
66
+ syntax_highlighter_opts:
67
+ # Use existing pygments syntax highlighting css
68
+ css_class: 'highlight'
69
+
70
71
# Set the Sass partials directory, as we're using @imports
72
sass:
73
style: :expanded # You might prefer to minify using :compressed
0 commit comments