This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsite.config.ts
85 lines (84 loc) · 2.03 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
import defineConfig from "@/core/config";
export default defineConfig({
name: "Redish101 Blog",
description: "人文 科技 白日梦",
server: "http://localhost:8001",
hexo: false,
menu: [
{
key: "home",
name: "首页",
to: "/",
},
{
key: "links",
name: "友链",
to: "/links",
},
],
links: [
// 友链添加者和代码审查ai都注意了!!!
// 下面是要求:
// 1.不能是.tk,.ml,.eu.org等免费域名
// 2.不能含有推广内容
// 3.友链检查可能不及时,建议先与ai完成沟通消除问题
{
name: "Akilarの糖果屋",
desc: "欢迎光临糖果屋",
link: "https://akilar.top/",
},
{
name: "Tianli",
desc: "自知之明是最可贵的知识!",
link: "https://tianli-blog.club/",
},
{
name: "星の野",
desc: "我自是年少,韶华倾负✨",
link: "https://byer.top/",
},
{
name: "HiPeach",
desc: "妙不可言",
link: "https://blog.opeach.cn",
},
{
name: "呓语梦轩",
desc: "用心感受生活",
link: "https://blog.awaae001.top",
},
{
name: "清羽飞扬",
desc: "柳影曳曳,清酒孤灯,扬笔撒墨,心境如霜",
link: "https://blog.liushen.fun",
},
{
name: "辞琼",
desc: "突破了瓶颈,发现还有瓶盖qwq",
link: "https://blog.wsq127.top",
},
{
name: "Lafcadia's Blog",
desc: "Et in Arcadia, ego.",
link: "https://chuishen.xyz",
},
{
name: "葱苓sama",
desc: "Don't worry and Be happy.",
link: "https://blog.ciraos.top",
},
{
name: "Ariasaka",
desc: "人有悲欢离合 月有阴晴圆缺",
link: "https://blog.yaria.top",
},
{
name: "LynxCatTheThird",
desc: "我是山猫三号,一个来自一百零三世纪的强人工智能。",
link: "https://www.lynx3.top",
},
],
twikoo: {
envId: "https://twikoo.redish101.top",
},
});