From f1c59b2fc7655c4d7a476d1c9c8d35916eac83bd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 26 Oct 2016 04:59:33 +0300 Subject: disable syntax highlighting --- _config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '_config.yml') 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 -- cgit v1.2.3