This commit is contained in:
2025-11-13 16:02:25 +08:00
parent 9520e96694
commit 871c6c912a
4 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -4,6 +4,8 @@ export default {
title: '阿帅正传', title: '阿帅正传',
description: 'Vite & Vue powered static site generator.', description: 'Vite & Vue powered static site generator.',
themeConfig: { themeConfig: {
siteTitle: false,
logo: '/logo.png',
search: { search: {
provider: 'local' provider: 'local'
}, },
@@ -46,7 +48,7 @@ export default {
], ],
'/game/': [ '/game/': [
{ {
text: '游戏记录', // text: '游戏记录',
items: [ items: [
{text: '图灵完备Turing Complete', link: '/game/turing_complete'}, {text: '图灵完备Turing Complete', link: '/game/turing_complete'},
] ]
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

+2
View File
@@ -6,6 +6,8 @@ hero:
name: "阿帅正传" name: "阿帅正传"
text: "一个安静的文档站" text: "一个安静的文档站"
tagline: Timeless小帅's Blog tagline: Timeless小帅's Blog
# image:
# src: /logo.png
actions: actions:
- theme: brand - theme: brand
text: Linux使用日常 text: Linux使用日常
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB