docs(pages): 自定义 Astro 的 Frontmatter

1. docs: 自定义 Astro 的 Frontmatter
2. docs: 你是人类吗?
3. fix(config): Umami 更改网站名称导致的密钥失效
4. feat(config): 新增关闭头图
5. feat(config): 新增更改文章内部头图
6. docs(chore): 更改了 doc: 进行 Folo 订阅源认证 的标题
This commit is contained in:
Ad-closeNN
2025-08-13 13:53:19 +08:00
parent ef721f28cd
commit c5af07d1c8
11 changed files with 381 additions and 5 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ export const navBarConfig: NavBarConfig = {
},
{
name: "统计信息",
url: "https://umami.adclosenn.top/share/XMDJoIb1D21UxHdH", // Internal links should not include the base path, as it is automatically added
url: "https://umami.adclosenn.top/share/jME4HFb9JmfJM5zs", // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
},
{
@@ -128,6 +128,6 @@ export const expressiveCodeConfig: ExpressiveCodeConfig = {
export const umamiConfig: UmamiConfig = {
enable: true,
baseUrl: "https://umami.adclosenn.top",
shareId: "XMDJoIb1D21UxHdH",
shareId: "jME4HFb9JmfJM5zs",
timezone: "Asia/Shanghai",
};