完善:主题配置

This commit is contained in:
2022-07-09 23:59:03 +08:00
parent 8effe85bb9
commit 46a426e974
3 changed files with 11 additions and 5 deletions

View File

@@ -15,5 +15,5 @@ English | [中文](./README.md)
📝 **This is the charles's personal knowledge repositories website.** 📝 **This is the charles's personal knowledge repositories website.**
🐢 GitHub Pages<a href="https://blog.charles7c.top" target="_blank">https://blog.charles7c.top</a><br> 🐢 GitHub Pages[](https://blog.charles7c.top)
🐇 Gitee Pages<a href="https://charles7c.gitee.io" target="_blank">https://charles7c.gitee.io</a> 🐇 Gitee Pages[](https://charles7c.gitee.io)

View File

@@ -15,5 +15,5 @@
📝 **查尔斯的个人知识库,记录 & 分享个人碎片化、结构化、体系化的知识内容。** 📝 **查尔斯的个人知识库,记录 & 分享个人碎片化、结构化、体系化的知识内容。**
🐢 GitHub Pages<a href="https://blog.charles7c.top" target="_blank">https://blog.charles7c.top</a><br> 🐢 GitHub Pages[](https://blog.charles7c.top)
🐇 Gitee Pages<a href="https://charles7c.gitee.io" target="_blank">https://charles7c.gitee.io</a> 🐇 Gitee Pages[](https://charles7c.gitee.io)

View File

@@ -19,7 +19,7 @@ export default {
text: '在 GitHub 上编辑此页面' text: '在 GitHub 上编辑此页面'
}, },
lastUpdatedText: '最后更新', // 最后更新时间文本 lastUpdatedText: '最后更新', // 最后更新时间文本
docFooter:{ docFooter: {
prev: '上一页', prev: '上一页',
next: '下一页' next: '下一页'
}, },
@@ -32,6 +32,12 @@ export default {
socialLinks: [ socialLinks: [
{ icon: 'github', link: 'https://github.com/Charles7c/charles7c.github.io' } { icon: 'github', link: 'https://github.com/Charles7c/charles7c.github.io' }
], ],
// 全文搜索
algolia: {
appId: 'L1Z8QE9MIZ',
apiKey: '93f9f749ae63d0486a8f8d102e81bd29',
indexName: 'charles7c_repos'
},
// 导航栏 // 导航栏
nav: nav(), nav: nav(),