aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml23
1 files changed, 15 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml
index 988dd95..478ce92 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,16 +2,23 @@ encoding: UTF-8
2exclude: 2exclude:
3- Gemfile 3- Gemfile
4- Gemfile.lock 4- Gemfile.lock
5#kramdown: 5- Makefile
6# input: GFM 6- notes.md
7# hard_wrap: false
8#future: true
9#jailed: false
10
11#highlighter: rouge
12markdown: kramdown
13 7
14permalink: /:title 8permalink: /:title
15 9
10kramdown:
11 auto_ids: true
12 entity_output: as_char
13 toc_levels: 1..6
14 smart_quotes: lsquo,rsquo,ldquo,rdquo
15 input: GFM
16 hard_wrap: false
17 footnote_nr: 1
18 show_warnings: false
19 syntax_highlighter: rouge
20
21highlighter: rouge
22
16#plugins: 23#plugins:
17#- jekyll-minifier 24#- jekyll-minifier