diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index c133f41..736a534 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -4,6 +4,8 @@ export default { title: '阿帅正传', description: 'Vite & Vue powered static site generator.', themeConfig: { + siteTitle: false, + logo: '/logo.png', search: { provider: 'local' }, @@ -46,7 +48,7 @@ export default { ], '/game/': [ { - text: '游戏记录', + // text: '游戏记录', items: [ {text: '图灵完备Turing Complete', link: '/game/turing_complete'}, ] diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..a5198f6 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.md b/docs/index.md index fbfe02d..d758474 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,8 @@ hero: name: "阿帅正传" text: "一个安静的文档站" tagline: Timeless小帅's Blog +# image: +# src: /logo.png actions: - theme: brand text: Linux使用日常 diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..832bdf4 Binary files /dev/null and b/docs/logo.png differ