Skip to content

Commit

Permalink
Create _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laksa19 authored Mar 27, 2019
1 parent edf41f0 commit f6162fd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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: "<!--more-->"
prism_languages: []

0 comments on commit f6162fd

Please sign in to comment.