From 46a426e974a720c85d41e856067ee916cec457b7 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 9 Jul 2022 23:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=EF=BC=9A=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.md | 4 ++-- repos/.vitepress/config.js | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index afb81c989..bd35d244d 100644 --- a/README.en.md +++ b/README.en.md @@ -15,5 +15,5 @@ English | [中文](./README.md) 📝 **This is the charles's personal knowledge repositories website.** -🐢 GitHub Pages:https://blog.charles7c.top
-🐇 Gitee Pages:https://charles7c.gitee.io +🐢 GitHub Pages:[](https://blog.charles7c.top) +🐇 Gitee Pages:[](https://charles7c.gitee.io) diff --git a/README.md b/README.md index 7d7442079..725f02d89 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ 📝 **查尔斯的个人知识库,记录 & 分享个人碎片化、结构化、体系化的知识内容。** -🐢 GitHub Pages:https://blog.charles7c.top
-🐇 Gitee Pages:https://charles7c.gitee.io +🐢 GitHub Pages:[](https://blog.charles7c.top) +🐇 Gitee Pages:[](https://charles7c.gitee.io) \ No newline at end of file diff --git a/repos/.vitepress/config.js b/repos/.vitepress/config.js index 9d67fb3c5..da0e7f27d 100644 --- a/repos/.vitepress/config.js +++ b/repos/.vitepress/config.js @@ -19,7 +19,7 @@ export default { text: '在 GitHub 上编辑此页面' }, lastUpdatedText: '最后更新', // 最后更新时间文本 - docFooter:{ + docFooter: { prev: '上一页', next: '下一页' }, @@ -32,6 +32,12 @@ export default { socialLinks: [ { icon: 'github', link: 'https://github.com/Charles7c/charles7c.github.io' } ], + // 全文搜索 + algolia: { + appId: 'L1Z8QE9MIZ', + apiKey: '93f9f749ae63d0486a8f8d102e81bd29', + indexName: 'charles7c_repos' + }, // 导航栏 nav: nav(),