-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
178 lines (156 loc) · 4.5 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Site settings
title: Tenfay's Blog
SEOTitle: 腾飞的博客 | Tenfay's Blog
header-img: images/home-bg.jpg
email: itenfay@163.com
maintainer: Tenfay
description: ""
keyword: "Tenfay"
url: "https://itenfay.github.io" # your host, for absolute URL
baseurl: "/" # for example, '/blog' if your blog hosted on 'host/blog'
# SNS settings
RSS: false
github_username: itenfay
jianshu_username: u/7fc76f1179cc
# focusontech
zhihu_username: c9ea1793a9a09c1af2b689c0676940b8
#weibo_username: u/2617525300
#twitter_username:
#facebook_username:
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
highlighter: rouge
permalink: pretty
paginate: 10
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
anchorjs: true # 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
gems: [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
# utterances settings
utterances_username: utterances
# Disqus settings
#disqus_username: _your_disqus_short_name_
# Duoshuo settings
# duoshuo_username:
# Share component is depend on Comment so we can not use share only.
# duoshuo_share: true # set to false if you want to use Comment without Sharing
# Analytics settings
# Baidu Analytics
# ba_track_id: 4cc1f2d8f3067386cc5cdb626a202900
# Google Analytics
# ga_track_id: 'UA-49627206-1' # Format: UA-xxxxxx-xx
# ga_domain: itenfay.com
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "爱拼才会赢。" # Old => "业精于勤荒于嬉,行成于思毁于随。"
sidebar-avatar: /images/avatar.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 0 # A tag will be featured if the size of it is more than this condition value
# QRcode settings
qrcode: true # whether or not showing QRcode
qrcode-ios-description: TG-I · iOS & macOS # TG-I: Technical Communication Group I.
qrcode-other-description: TG-II · Other DevLang # TG-II: Technical Communication Group II.
# Friends
friends: [
{
title: "唐巧的博客",
href: "https://blog.devtang.com"
},
{
title: "OneV's Den",
href: "https://onevcat.com"
},
{
title: "Garan no dou | 一只魔法师的工坊",
href: "https://blog.ibireme.com"
},
{
title: "Vincent Gable’s Blog",
href: "http://vgable.com/blog/"
},
{
title: "念茜的博客",
href: "https://blog.csdn.net/yiyaaixuexi/"
},
{
title: "Kenshin Cui's Blog",
href: "https://www.cnblogs.com/kenshincui/"
},
{
title: "NSHipster",
href: "https://nshipster.cn"
},
{
title: "Limboy's HQ",
href: "https://limboy.me/"
},
{
title: "Kevin Blog",
href: "https://blog.kevinzhow.com"
},
{
title: "sunnyxx的技术博客",
href: "https://blog.sunnyxx.com"
},
{
title: "coderyi",
href: "http://coderyi.com"
},
{
title: "bang's blog",
href: "https://blog.cnbang.net"
},
{
title: "Chen_Yilong - 博客园",
href: "https://www.cnblogs.com/ChenYilong"
},
{
title: "摇滚诗人 - 博客园",
href: "https://www.cnblogs.com/biosli"
},
{
title: "Bison的技术博客 – iOS开发",
href: "https://allluckly.cn/"
},
{
title: "老谭笔记",
href: "https://www.tanhao.me"
},
{
title: "Kitten's 时间胶囊",
href: "https://kittenyang.com"
},
{
title: "阿毛的蛋疼地",
href: "https://xiangwangfeng.com"
},
{
title: "极客 IO",
href: "http://zengxianhua.com/"
},
{
title: "Blogs | nswebfrog",
href: "https://blog.nswebfrog.com"
},
{
title: "hengshujiyi_CSDN博客",
href: "https://blog.csdn.net/hengshujiyi"
},
{
title: "think12_CSDN博客",
href: "https://blog.csdn.net/think12"
},
{
title: "iOSer - 专题",
href: "https://www.jianshu.com/c/afb29f0c7bbd"
}
]