mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 07:26:47 +00:00
移除默认配置的联系方式
This commit is contained in:
@@ -10,16 +10,16 @@ const BLOG = {
|
||||
SINCE: 2021, // e.g if leave this empty, current year will be used.
|
||||
APPEARANCE: 'light', // ['light', 'dark', 'auto'], // light 日间模式 , dark夜间模式, auto根据时间和主题自动夜间模式
|
||||
|
||||
AUTHOR: 'tangly1024', // 作者
|
||||
AUTHOR: 'NotionNext', // 您的昵称 例如 tangly1024
|
||||
BIO: '一个普通的干饭人🍚', // 作者简介
|
||||
LINK: 'https://tangly1024.com', // 网站地址
|
||||
KEYWORDS: 'Notion, 博客', // 网站关键词 英文逗号隔开
|
||||
// 社交链接,不需要可留空白,例如 CONTACT_WEIBO:''
|
||||
CONTACT_EMAIL: 'mail@tangly1024.com', // 邮箱
|
||||
CONTACT_EMAIL: '', // 邮箱地址 例如mail@tangly1024.com
|
||||
CONTACT_WEIBO: '', // 你的微博个人主页
|
||||
CONTACT_TWITTER: '', // 你的twitter个人主页
|
||||
CONTACT_GITHUB: 'https://github.com/tangly1024', // 你的github个人主页
|
||||
CONTACT_TELEGRAM: 'https://t.me/tangly_1024', // 你的telegram 地址 例如 https://t.me/tangly_1024
|
||||
CONTACT_GITHUB: '', // 你的github个人主页 例如 https://github.com/tangly1024
|
||||
CONTACT_TELEGRAM: '', // 你的telegram 地址 例如 https://t.me/tangly_1024
|
||||
CONTACT_LINKEDIN: '', // 你的linkedIn 首页
|
||||
|
||||
// 网站字体
|
||||
|
||||
Reference in New Issue
Block a user