-
Notifications
You must be signed in to change notification settings - Fork 123
/
_config.yml
43 lines (35 loc) · 1.05 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Typora Support
url: https://support.typora.io
description: Docs, How-Tos, and FAQs for typora
permalink: /:title/
highlighter: null
plugins:
- jekyll-redirect-from
- jekyll-feed
whitelist:
- jekyll-redirect-from
jekyll-redirect-from: true
markdown: kramdown
kramdown:
input: GFM
#
# https://github.com/jekyll/jekyll/pull/4090
# syntax_highlighter: rouge
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
cover_img: "http://typora.io/img/twitter-sum.png"
twitter_card: "summary"
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile', 'vendor']