diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 14f26ff..9402fa2 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -4,8 +4,11 @@ export default { title: '阿帅正传', description: 'Vite & Vue powered static site generator.', themeConfig: { + search: { + provider: 'local' + }, lastUpdated: { - text: '文档更新时间:', + text: '文档更新时间', formatOptions: { dateStyle: 'full', timeStyle: 'medium' diff --git a/docs/about.md b/docs/about.md index 08d2a09..04f3870 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,3 +1,6 @@ +--- +layout: doc +--- # 关于 - 阿帅正传 ## 关于本站 diff --git a/docs/assets/ztQN4XMYU5Kf.jpg b/docs/assets/ztQN4XMYU5Kf.jpg index 815b8d1..087b70b 100644 Binary files a/docs/assets/ztQN4XMYU5Kf.jpg and b/docs/assets/ztQN4XMYU5Kf.jpg differ diff --git a/docs/linux/01-nvim.md b/docs/linux/01-nvim.md index d4543f5..7de9664 100644 --- a/docs/linux/01-nvim.md +++ b/docs/linux/01-nvim.md @@ -1,3 +1,6 @@ +--- +layout: doc +--- # nvim 编辑器 最近想尝试用一下 nvim,我的操作系统是 Ubuntu24 diff --git a/docs/linux/linux.md b/docs/linux/linux.md index 77aa4a9..cc082c0 100644 --- a/docs/linux/linux.md +++ b/docs/linux/linux.md @@ -1,3 +1,6 @@ +--- +layout: doc +--- # Linux 使用日常记录 Linux学习日记,记录一些踩过的坑