-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
166 lines (128 loc) · 4.18 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
# Site settings
title: yznote
SEOTitle: i'note
header-img: img/post-bg-desk.png
email: [email protected]
description: "还没有更好的描述呢"
keyword: "yuan, 920 note, 920, iOS, Apple, iPhone"
url: "https://yznote.github.io" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
github_repo: "https://github.com/yznote/777" # you code repository
# Publish posts or collection documents with a future date.
future: true
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "免费才会最贵"
sidebar-avatar: /img/RK.png # use absolute URL, seeing it's used in both `/` and `/about/`
# SNS settings
RSS: false
weibo_username: Memory丶Rookie
github_username: yznote
jianshu_username: yznote
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
highlighter: rouge
permalink: pretty
paginate: 20
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
# 评论系统
# Disqus settings(https://disqus.com/)
# disqus_username: yuan920
# 多说 将于2017年6月1日正式关停服务,建议使用 Disqus(http://dev.duoshuo.com/threads/58d1169ae293b89a20c57241)
# Duoshuo settings
# duoshuo_username: qiubaiying
# 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: b50bf2b12b5338a1845e33832976fd68
# Google Analytics
ga_track_id: 'UA-90855596-1' # Format: UA-xxxxxx-xx
ga_domain: auto
#不蒜子统计
# busuanzi:
# enable: true
# Featured Tags
featured-tags: true # 是否使用首页标签
featured-condition-size: 0 # 相同标签数量大于这个数,才会出现在首页
# Progressive Web Apps
chrome-tab-theme-color: "#fff"
service-worker: true
# Friends
friends: [
{
title: "RubyChina",
href: "http://gems.ruby-china.com/"
},{
title: "Apple",
href: "https://apple.com"
},{
title: "Apple Developer",
href: "https://developer.apple.com/"
},{
title: "简书",
href: "https://www.jianshu.com/u/9e754f67b0e9"
},{
title: "黄玄",
href: "https://huxpro.github.io"
},{
title: "搜百谷",
href: "http://sobaigu.com/"
},{
title: "Swift",
href: "https://www.jianshu.com/u/e6c8dda77e26"
},{
title: "applemusic",
href: "http://applemusic.cc/index.html"
},{
title: "吕毅",
href: "https://blog.walterlv.com/"
},{
title: "黎明lh",
href: "https://blog.csdn.net/heipingguowenkong"
},{
title: "_我们一直在路上_",
href: "https://www.jianshu.com/u/f8493395c623"
},{
title: "Braintree-Paypal",
href: "https://github.com/hw20101101"
},{
title: "知了",
href: "https://zhile.io"
},{
title: "LD",
href: "https://github.com/getlantern/lantern"
},{
title: "YYKit",
href: "https://blog.ibireme.com/"
},{
title: "Git",
href: "https://git-scm.com/book/en/v2"
},{
title: "Hyperzsb",
href: "https://blog.hyperzsb.tech/"
},{
title: "Lantern",
href: "https://github.com/getlantern"
},{
title: "美团",
href: "https://tech.meituan.com/"
},{
title: "工具",
href: "https://github.com/ElfSundae"
},{
title: "anbig",
href: "https://anbig.com/"
}
]