-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
97 lines (75 loc) · 2.42 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Site settings
title: Wenlong Shen's Blog
SEOTitle: 沈文龙的博客 | Wenlong Shen's Blog
header-img: img/bg/home.jpg
email: [email protected]
description: ""
keyword: ""
url: "https://wenlongshen.github.io" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
# SNS settings
RSS: false
weibo_username: 2517170031 # llArcherll
linkedin_username: wenlong-shen-2247a333
#twitter_username:
#facebook_username:
zhihu_username: wenlongshen
github_username: WenlongShen
dockerhub_username: wenlongshen
kaggle_username: shenwenlong
researchgate_username: Wenlong_Shen2
# Build settings
highlighter: rouge
permalink: pretty
paginate: 7
exclude: ["README.md"]
anchorjs: false # if you want to customize anchor. check out line:181 of `post.html`
# Gems
# from PR#40, to support local preview for Jekyll 3.0
plugins: [jekyll-paginate]
# Markdown settings
# replace redcarpet to kramdown,
# although redcarpet can auto highlight code, the lack of header-id make the catalog impossible, so I switch to kramdown
# document: http://jekyllrb.com/docs/configuration/#kramdown
markdown: kramdown
kramdown:
input: GFM # use Github Flavored Markdown !important
# Analytics settings
# Baidu Analytics
ba_track_id: e33e0e176e2b34f2cacb3c1c38cfde29
# Google Analytics
ga_track_id: 'UA-33382825-4' # Format: UA-xxxxxx-xx
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "修行,入世"
sidebar-avatar: /img/avatar.jpg
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 7 # A tag will be featured if the size of it is more than this condition value
# Progressive Web Apps
chrome-tab-theme-color: "#000000"
service-worker: true
# Contact
contact: true
email: [email protected]
# Comments
comments:
disqus: false
disqus_username: https-wenlongshen-github-io
gitalk: true
gitalk_clientID: '6efc0e62a79258590bc8'
gitalk_Secret: '39ed240369e743083f46f5855bf7869fe079d4d3'
gitalk_repo: 'wenlongshen.github.io'
gitalk_owner: 'wenlongshen'
gitalk_admin: ['wenlongshen']
distractionFreeMode: true
# Friends
friends: [
{
title: "aqsong's blog",
href: "https://aqsong.github.io/"
}, {
title: "openbiox",
href: "http://openbiox.org/"
}
]