blob: 478ce920fb34af1c7893fef349c878949e0ac901 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
encoding: UTF-8
exclude:
- Gemfile
- Gemfile.lock
- Makefile
- notes.md
permalink: /:title
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
show_warnings: false
syntax_highlighter: rouge
highlighter: rouge
#plugins:
#- jekyll-minifier
|