-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsite.config.ts
139 lines (129 loc) · 3.14 KB
/
site.config.ts
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
import { defineSiteConfig } from "valaxy";
export default defineSiteConfig({
url: "https://www.lihaoyu.cn",
favicon: "https://blog-api.lihaoyu.cn/images/profile/head.webp",
lang: "zh-CN",
title: "晓雨杂记",
author: {
name: "Big_Cake",
avatar: "https://blog-api.lihaoyu.cn/images/profile/avatar-128x.webp",
email: "[email protected]",
link: "https://www.lihaoyu.cn",
},
description: "于风雨中 承载所有的回忆",
subtitle: "也许我们会分别,但我们将永远不会忘记彼此",
feed: {
favicon: "https://blog-api.lihaoyu.cn/images/profile/head.webp",
},
cdn: {
prefix: "https://npm.elemecdn.com/",
},
social: [
{
name: "RSS",
link: "/atom.xml",
icon: "i-ri-rss-line",
color: "orange",
},
{
name: "QQ",
link: "http://wpa.qq.com/msgrd?v=3&uin=2577117205&site=qq&menu=yes",
icon: "i-ri-qq-line",
color: "#12B7F5",
},
{
name: "GitHub",
link: "https://github.com/Big-Cake-jpg",
icon: "i-ri-github-line",
color: "#6e5494",
},
{
name: "网易云音乐",
link: "https://music.163.com/#/user/home?id=3812611237",
icon: "i-ri-netease-cloud-music-line",
color: "#C20C0C",
},
{
name: "知乎",
link: "https://www.zhihu.com/people/bigcake-19",
icon: "i-ri-zhihu-line",
color: "#0084FF",
},
{
name: "哔哩哔哩",
link: "https://space.bilibili.com/523235567",
icon: "i-ri-bilibili-line",
color: "#FF8EB3",
},
{
name: "Twitter",
link: "https://twitter.com/Big_Cake080105",
icon: "i-ri-twitter-line",
color: "#1da1f2",
},
{
name: "Telegram Channel",
link: "https://t.me/BigCakeBlog",
icon: "i-ri-telegram-line",
color: "#0088CC",
},
{
name: "百度贴吧",
link: "https://tieba.baidu.com/home/main?id=tb.1.f0f48c80.0RMWKRqi00nEW65GQhsxQA?t=1586957539&fr=index",
icon: "i-ri-baidu-line",
color: "#317EF3",
},
{
name: "E-Mail",
link: "mailto:[email protected]",
icon: "i-ri-mail-line",
color: "#8E71C1",
},
],
search: {
enable: true,
type: "fuse",
},
sponsor: {
enable: true,
description: "给我打钱,助力晓雨成为虚拟主播(划掉",
methods: [
{
name: "支付宝",
url: "https://r2.230225.xyz/2023/05/03/64520662bf7cc.webp",
color: "#00A3EE",
icon: "i-ri-alipay-line",
},
{
name: "QQ 支付",
url: "https://r2.230225.xyz/2023/05/03/645205f8edce4.webp",
color: "#12B7F5",
icon: "i-ri-qq-line",
},
{
name: "微信支付",
url: "https://r2.230225.xyz/2023/05/03/6452066936578.webp",
color: "#2DC100",
icon: "i-ri-wechat-pay-line",
},
{
name: "爱发电",
url: "https://afdian.com/a/Big_Cake2577117205",
color: "#936be5",
icon: "i-ri-flashlight-line",
},
],
},
comment: {
enable: true,
},
mediumZoom: {
enable: true,
},
statistics: {
enable: true,
},
vanillaLazyload: {
enable: false,
},
});