-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
89 lines (70 loc) · 2.39 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
# Basic
title: KevinZの破站
subtitle: Blog
description: 欢迎来到KevinZの破站~
# 头像里面的标题
avatarTitle: 点击
# 头像里面的描述
avatarDesc: 进入博客主页
url: "https://blog.zknb.cf"
# 博客是否自动生成目录,false为不生成
enableToc: true
#Background
background: //imgapi.cn/api.php?zd=zsy&fl=dongman
# Comment
comment:
livere: MTAyMC81MzcwNy8zMDE4MA== # https://www.livere.com
#disqus: zknb
#changyan: {appid: cywbOTzo8, conf: prod_4b0b4f9618f5c8510c3dac7597ffc448} # http://changyan.kuaizhan.com/ 请进入 后台->安装畅言->通用代码安装 在代码处获取appid和conf
#beaudar: {repo: zknb-666/comments, branch: main, issue-term: pathname, theme: github-light,crossorigin: anonymous} #https://beaudar.lipk.org
# Social
social:
QQ: 2865467965
bilibili: 343816815
#weibo: 5366874726
gitee: zknb-666
github: zknb-666
# zhihu: panpanleopard
# twitter:
mail: [email protected]
#Music
meting:
autohide: ture
server: tencent
type: playlist
id: 2139464986
theme: ff0000
api: https://api.injahow.cn/meting/?server=:server&type=:type&id=:id&r=:r
# 百度统计
# 使用博客模板请去掉或者更换 id
baidu:
id: 1dcd2e7b4004f0ffde16aa82c7bac2b7
# Google Analytics
# 使用博客模板请去掉或者更换 id
#ga:
# id: UA-84134159-3
# host: auto
# 《----------------- 上面的信息修改成你自己的 ---------------------------》
#
#
# 《--------------- 下面的信息可以自行选择是否修改 ------------------------》
permalink: /:year/:month/:title/
# Format
highlighter: rouge
textColor: #FF0000
# supported colors: blue, green, purple, red, orange or slate. If you need clear, leave it empty.
cover_color: clear
# The blog button should not be removed.
blog_button:
title: KevinZ
# Navigation buttons in the front page.s
nav:
- {title: 文章, description: 杂七杂八的东西, url: '/archive/'}
- {title: 标签, description: 杂七杂八的分类, url: '/tags/'}
- {title: 关于我, description: 一个废物, url: '/about/'}
- {title: 下载站, description: 垃圾堆, url: 'https://pan.zknb.cf'}
# Pagination
gems: [jekyll-paginate,jekyll-sitemap]
paginate: 20
paginate_path: "page/:num/"
plugins: [jekyll-paginate]