-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
63 lines (58 loc) · 1.16 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
markdown: kramdown
kramdown:
input: GFM
smart_quotes: lsquo,rsquo,ldquo,rdquo
extensions:
- autolink
- footnotes
- smart
enable_coderay: false #true
syntax_highlighter: rouge
syntax_highlighter_opts:
#default_lang: c
css_class: 'highlight'
#line_numbers: true
#start_line: 1
#inline_theme: colorful
wrap: true
#coderay:
# coderay_line_numbers: nil #inline #nil
# coderay_wrap: div # div
# coderay_tab_width: 4
# coderay_bold_every: 10
# coderay_css: class
#highlighter: rouge
permalink: /:categories/:title.html
url: "http://wdyggh.github.io"
lsi: false
####pygments: true
safe: false
#auto: false
paginate: 10
paginate_path: "page:num"
# presonal config
domain: wdyggh.github.io
title: wdyggh's Blog
description: Python, Linux, embedded, FPGA ...
author: wdy
email: wdyggh@gmail.com
github: wdyggh
config:
js_dir:
img_dir:
css_dir:
baseurl: ""
# Gems
gems:
- jekyll-paginate
# personal ID
addson_config:
analytics:
google:
tracking_id: 'UA-91781695-1'
adsense:
google:
client_id: 'ca-pub-7553071169021268'
comment:
disqus:
shortname : 'httpwdygghgithubioindexhtml'