重构:拆分配置文件

This commit is contained in:
2022-07-20 22:29:09 +08:00
parent eb0420c32b
commit ca9169fddf
9 changed files with 187 additions and 138 deletions

View File

@@ -0,0 +1,10 @@
const site = 'https://blog.charles7c.top'
export const metaData = {
lang: 'zh-CN',
locale: 'zh_CN',
title: '查尔斯的知识库',
description: '个人知识库,记录 & 分享个人碎片化、结构化、体系化的知识内容。',
site,
image: `${site}/logo.jpg`
}