-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathconfigurations.js
More file actions
118 lines (113 loc) · 4.16 KB
/
Copy pathconfigurations.js
File metadata and controls
118 lines (113 loc) · 4.16 KB
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
export default {
// blog 基础配置
blog: {
title: "每日掘金",
description: "专注于发掘站内优质创作者和优质内容",
logo: "https://p3-passport.byteacctimg.com/img/user-avatar/b72e991ee9b1c9bdca7b2bd4c8dc78a8~300x300.image",
siteName: "tea.juejindev.com",
head: [],
keywords: ["前端", "后端", "移动端", "每日掘金", "酱酱的下午茶", "掘金", "掘金酱"],
author: "TeaTools,MiyueFE",
},
// vite press 构建配置
press: {
name: "每日掘金",
text: "了解社区最新动态,发现最优质文章、最优质的你。",
tagline: "专注于发掘站内优质创作者和优质内容",
image: "https://vitepress.dev/vitepress-logo-large.webp",
actions: [
{ theme: "brand", text: "开始阅读", link: "/overview/index" },
{ theme: "alt", text: "关注掘金", link: "https://juejin.cn/user/2819602825362840" },
],
features: [
{ icon: "🎈", title: "博客平台小助手", details: "同步一流技术社区专属文章" },
{ icon: "🎁", title: "数据分析小能手", details: "年月总览统计数据分析" },
{ icon: "🎨", title: "自动化同步数据库", details: "每日自动化检查并更新" },
],
// column:专栏;category:文章分类;tag:标签;annual:年度分类;follow:跳转掘金主页
nav: ["column", "category", "ranking", "annual", "recent", "follow"],
socialLinks: {
github: "https://github.com/TeaTools/auto-sync-blog",
// discord: "/",
// facebook: "",
// linkedin: "",
// twitter: "/",
// youtube: "/",
},
// # https://vitepress.dev/zh/reference/default-theme-team-page
showTeam: true,
members: [
{
avatar: "https://miyuefe.cn/assets/images/logo.svg",
name: "MiyueFE",
title: "Creator",
links: {
github: "https://github.com/miyuesc",
home: "https://miyuefe.cn",
juejin: "https://juejin.cn/user/747323639208391",
},
},
{
avatar: "https://p6-passport.byteacctimg.com/img/user-avatar/db3b09f9ca107d8843cee3fe8f4f0cd4~120x120.awebp",
name: "南方者",
title: "Creator",
links: {
github: "https://github.com/NanFangZhe404",
home: "https://blog.nanfangzhe.cn/",
juejin: "https://juejin.cn/user/2840793779295133",
},
},
{
avatar: "https://p6-passport.byteacctimg.com/img/user-avatar/6cd5915df47110ea932c1a1910569532~120x120.awebp",
name: "Captaincc",
title: "Contributor",
links: {
github: "https://github.com/captainfod",
juejin: "https://juejin.cn/user/3052665287739005",
},
},
{
avatar: "https://p6-passport.byteacctimg.com/img/user-avatar/4206063bb939c2fa4042904efc95e10b~120x120.awebp",
name: "Ylimhs",
title: "Contributor",
links: {
github: "https://github.com/Ylimhs",
juejin: "https://juejin.cn/user/2999123452115005",
},
},
{
avatar: "https://p6-passport.byteacctimg.com/img/user-avatar/a2f2b8afcf3908c6f0707b216f1f4408~120x120.awebp",
name: "北洋",
title: "Contributor",
links: {
github: "https://github.com/wuyangting",
juejin: "https://juejin.cn/user/2163480089612877",
},
},
{
avatar: "https://p9-passport.byteacctimg.com/img/user-avatar/f3c0335559b4f202ddb10c41e4767c0a~120x120.awebp",
name: "战场小包",
title: "Contributor",
links: {
github: "https://github.com/zcxiaobao",
home: "https://zcxiaobao.github.io/front-end-engineering-handbook/",
juejin: "https://juejin.cn/user/4424090519078430",
},
},
{
avatar: "https://p9-passport.byteacctimg.com/img/user-avatar/51193d11e87c7530444651a8938d4568~120x120.awebp",
name: "ReganYue",
title: "Contributor",
links: {
github: "https://github.com/ReganYue",
juejin: "https://juejin.cn/user/3008695929418318",
},
},
],
},
// 掘金
juejin: {
userId: "2819602825362840",
columnsIds: [],
},
}