From f6162fdecdd1f30f6313137300a7f88e0074307c Mon Sep 17 00:00:00 2001 From: Laksamadi Guko Date: Wed, 27 Mar 2019 07:49:11 +0700 Subject: [PATCH] Create _config.yml --- _config.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f1fba55 --- /dev/null +++ b/_config.yml @@ -0,0 +1,27 @@ + + + +# Markdown + +highlighter: false +markdown: kramdown +kramdown: + input: GFM + hard_wrap: false + parse_block_html: true + syntax_highlighter_opts: + disable: true + +# Defaults + +defaults: + - scope: + path: "" + type: pages + values: + layout: "default" + og_type: article + type: article + category: "Others" + excerpt_separator: "" + prism_languages: []