-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
120 lines (102 loc) · 2.97 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
# Site settings 配置站点
title: "co0ontty"
description: "Walking to Dalao。"
keyword: "co0ontty,co0ontty的博客"
url: "https://co0ontty.github.io/" # your host
encoding: UTF-8
# if you don't need baseurl, you should leave this value blank.
baseurl: ""
# Navigation links
nav:
首页: "/"
# friends: '/friends.html'
标签: "/tags.html"
WIKI: "/gitbook"
友链: "/links.html"
关于我: "/about.html"
订阅: "/rss.xml"
# Footer
footer:
since: 2018
# Author 配置博主信息
author: "co0ontty"
nickname: "co0ontty"
bio: "无业游民"
avatar: "/assets/img/profile.png"
# Search
search: true
# Night mode
nightMode: true
# Comments 评论功能
comments:
disqus: false
disqus_url: "https://weijunzii.disqus.com/embed.js"
# gitment:
# enable: true
# githubID: CHINA-JARY
# repo: clouddisk
# ClientID: e689910fcdc9ca009924
# ClientSecret: 4e663bde8d0fc95ab202b63f42a22974dc3d00fc
# lazy: true
# gitalk: true
# gitalk_clientID: '6e851dde663bbbee6a8b'
# gitalk_Secret: '382f87715b7fea4bba377e2395691289f9885f2a'
# gitalk_repo: 'co0ontty.github.io'
# gitalk_owner: 'co0ontty'
# gitalk_admin: 'co0ontty'
# distractionFreeMode: true
#gitment
# comment_gitment_repo: clouddisk
# comment_gitment_clientId: 303a0c4d64e25977696c
# comment_gitment_clientSecret: 52428e99c40d3d8bb29692209d2d88791c8dc325
reward:
enable: true
reward_comment: "头发不够用了"
wechatpay: "https://upload-images.jianshu.io/upload_images/2989110-9ed50d1f90af6cdb.jpg"
alipay: "https://upload-images.jianshu.io/upload_images/2989110-b332375de5cb2f4a.png"
# MathJax 公式支持 by Ray-Eldath
mathjax: true
# Share
social-share: true
social-share-items: ["wechat", "weibo", "douban", "twitter"]
# theme color 主题皮肤
theme-color: "default" # pink or default
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: "circuitBoard"
# SNS settings 配置社交网站
# url: email, weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
#weibo: '//weibo.com/lovecolcol'
#wechat: '//mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzI3NjQ1Mzc5OA==#wechat_redirect'
weibo: "//weibo.com/5792988237"
email: "mailto:[email protected]"
facebook: "//facebook.com/co0ontty"
github: "//github.com/co0ontty"
# Tags 设置标签
recommend-tags: false # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 10
paginate_path: "page:num"
exclude:
[
"node_modules",
"dev",
"package.json",
"gulpfile.js",
".gitignore",
"README.md",
]
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# RSS
RSS: false
# Permalink
# See: https://github.com/kaeyleo/jekyll-theme-H2O/issues/35
permalink: /:year/:month/:day/:title.html
# Plugins
plugins: [jekyll-paginate]
#theme: jekyll-theme-cayman