-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfigurations.js
44 lines (42 loc) · 1.34 KB
/
configurations.js
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
export default {
// blog 基础配置
blog: {
title: "每日掘金",
description: "专注于发掘站内优质创作者和优质内容",
logo: "",
siteName: "blog.miyuefe.cn",
head: [],
keywords: ["前端", "后端", "移动端", "每日掘金", "酱酱的下午茶", "掘金", "掘金酱"],
author: "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://miyuefe.cn" },
],
features: [
{ icon: "🎈", title: "博客平台小助手", details: "同步一流技术社区专属文章" },
{ icon: "🎁", title: "数据分析小能手", details: "年月总览统计数据分析" },
{ icon: "🎨", title: "自动化同步数据库", details: "每日自动化检查并更新" },
],
nav: ["overview", "annual", "column", "follow"],
socialLinks: {
github: "https://github.com/miyuesc",
discord: "/",
// facebook: "",
// linkedin: "",
twitter: "/",
youtube: "/",
},
},
// 掘金
juejin: {
userId: "747323639208391",
columnsIds: [],
},
}