-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
110 lines (95 loc) · 2.68 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
# Site settings
title: Rin's blog
subtitle: [你来啦 👩🏻💻]
keywords: Silince
description: 想过平静生活的帅气上班族
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.jojofans.club/" # 你的域名
page_no_title: "Rin's blog blog" # 文章无标题时默认显示内容
beian: # "浙ICP备20005827号"
author: Rin
email: zhangjianlincn@outlook.com
# Build settings
permalink: /:year/:month/:day/:title/
exclude: ["README.md", "changelog.md", "server", "tools", "Pipfile"]
plugins:
- jekyll-paginate
- jemoji
# always get github's error email saying redcarpet is not supported,
# so change it to kramdown.
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# Pageinate settings
paginate: 8 # 分页大小
paginate_path: "page/:num/"
# Search settings
baidu_search: false # true
google_search: false
# Menu settings
menu:
- page: 首页
directory: .
icon: icon-home
- page: 归档
directory: archives/
icon: icon-archive
- page: 标签
directory: tags/
icon: icon-tags
- page: 留言
directory: guestbook/
icon: icon-guestbook
- page: 关于
directory: about/
icon: icon-about
# - page: 订阅
# directory: feed.xml
# icon: icon-rss
# Link settings
links: # 友情链接
- title: Silince's blog
url: http://silince.cn/
- title: Silince's github
url: https://github.com/Silincee
# - title:
# url: http://jekyllcn.com/
- title: Jekyll blog system
url: http://jekyllcn.com/
# Google Analytics
ga_track_id: 'UA-159912981-1' # Format: UA-xxxxxx-xx
ga_domain: silince.cn # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto
# Code hub settings
codehub: # 代码仓库
- title: Github
url: https://github.com/Silincee
# 实现评论功能
valine:
enable: true
app_id: 5DQcAzLXlbQQx0VLGzy2uqQ6-gzGzoHsz
app_key: zxmHQRmRHzl6aaiAVqBhmNGd
notify: false # mail notifier , https://github.com/xCss/Valine/wiki
verify: false # Verification code
visitor: true
avatar: retro
placeholder: say something~~\n - 昵称 为你所要显示的评论的ID;\n - 邮箱 只有后台可见,仅供讨论过程中是否需要交流邮件而设置,请放心填写;\n - 网址 为你的评论的昵称的超链接。\n当然,以上都可以不写,评论依然会显示……
guest_info: nick,mail,link
pageSize: 10
# TODO 看板娘配置 byRin
live2d:
enable: true
scriptFrom: local
pluginRootPath: live2dw/
pluginJsPath: lib/
pluginModelPath: assets/
tagMode: false
debug: false
model:
use: unitychan
display:
position: right
width: 150
height: 300
mobile:
show: false