diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index f5ab9d6..f2e4296 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ exclude: - Gemfile.lock - LICENSE.txt - serve.bat + - serve.sh - README.md paginate: 10 @@ -15,6 +16,14 @@ excerpt_separator: "" include_comments: true minified_externals: true +highlighter: none + +markdown: kramdown + +kramdown: + syntax_highlighter_opts: + disable: true + bootstrap_version: 3.3.6 jquery_version: 1.11.3 html5shiv_version: 3.7.2 |