-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.kira.yml
executable file
·145 lines (128 loc) · 4.4 KB
/
_config.kira.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
avatar: https://blog-azurstar.oss-rg-china-mainland.aliyuncs.com/blog/favicon.jpg # 网站 Logo
background: # 既是博客的背景,又是文章默认头图
path: https://blog-azurstar.oss-rg-china-mainland.aliyuncs.com/blog/background.png
width: 1280
height: 720
favicon:
href: https://blog-azurstar.oss-rg-china-mainland.aliyuncs.com/blog/favicon.jpg # 网站图标
type: image/png # 图标类型,可能的值有(image/png, image/vnd.microsoft.icon, image/x-icon, image/gif)
# 附加图标库 使用说明:https://kira.host/hexo/config/icon.html
# iconlib: //at.alicdn.com/t/font_3299330_el19bsi97h8.css
cdn: # 这里可以修改站点使用的库的CDN
gitalk:
css: https://unpkg.com/gitalk@latest/dist/gitalk.css
js: https://unpkg.com/gitalk@latest/dist/gitalk.min.js
giscus:
js: https://giscus.app/client.js
# beian:
menu:
首页:
- /
- icon-home
归档:
- /archive.html
- icon-container
关于我:
- /about.html
- icon-user
朋友们:
- /friends.html
- icon-team
widgets:
- social
- category
- tagcloud
- archive
maxTagcloud: 0 # 标签云组件显示的标签数量,0 表示不限制
social:
哔哩哔哩:
- https://space.bilibili.com/381619524
- icon-bilibili
- rgb(231, 106, 141)
- rgba(231, 106, 141, .15)
GitHub:
- https://github.com/azurstar/
- icon-github
- rgb(25, 23, 23)
- rgba(25, 23, 23, .15)
Telegram:
- https://t.me/azurstar
- icon-team
- rgb(165, 15, 15)
- rgba(165, 15, 15, .15)
E-Mail:
- mailto:[email protected]
- icon-container
- rgb(25, 23, 23)
- rgba(25, 23, 23, .15)
color: # 配色方案,从first到seventh为优先级为1-7的颜色,默认为彩虹配色
first: # 同时作为主题色
r: 49
g: 174
b: 255
second:
r: 255
g: 78
b: 106
third:
r: 255
g: 185
b: 0
fourth:
r: 51
g: 213
b: 122
fifth:
r: 0
g: 219
b: 255
sixth:
r: 255
g: 69
b: 0
seventh:
r: 144
g: 144
b: 255
# 评论区
gitalk:
active: false # 是否启用 gitalk
admin: -your github username- # 拥有对该repo进行操作的 GitHub username
owner: -your github username- # 持有该 repo 的 GitHub username
repo: -issue repo name- # 存放评论的 issue 所在的 repo
clientID: -id- # GitHub Client ID
clientSecret: -key- # GitHub Client Secret
title: '' # Gitalk Issue Title
# 你们不要在这里填我的 giscus 配置项,不然你们博客下的评论会全部跑到我的仓库下面……
# https://giscus.app/zh-CN 可以在这个网站上手动选择配置填到下方对应位置
giscus:
active: true # 是否启用 giscus
repo: azurstar/azurstar.github.io # 存放评论的 discus 所在的 repo
repoID: R_kgDOG66C8A # GitHub repo ID
category: General # 选择新 discussions 所在的分类
categoryID: DIC_kwDOG66C8M4ChoQb # 分类 ID
mapping: pathname # pathname, url, title, og:title, specific, number
# term: # abc 123 # specific | number
theme: light
lang: en
copyright: '<strong>版权声明:</strong>本文采用 <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/deed.zh" target="_blank">CC BY-NC-SA 3.0 CN</a> 协议进行许可'
copyTip: false # "著作权归作者所有。\n商业转载请联系作者获得授权,非商业转载请注明出处。\n来源:%url" # 自定义复制版权文案,使用 %url 代替当前页面URL, 修改为false禁用
# 自定义侧边栏尾部内容
sidebar: ''
# 自定义样式
# customStyles:
# - style
# - custom
# 友链配置
friends:
- avatar: https://kimcos.zyglq.cn/img/2023/08/05/10-29-31-cd1976efb2eca70a68f5b3283bea1c08.jpg
link: https://kimmyxyc.top
name: KimmyXYC's Blog
- avatar: https://zhmoegirl.com/favicon.ico
link: https://zhmoegirl.com/
name: InternetBugs的个人小站
- avatar: https://r2.chitang.dev/images/avatar.webp
link: https://blog.chitang.dev/
name: 池塘的博客
# 可复制的代码块
copyableCodeblock: true