feat: 初始化博客并完成首篇博文和样式调整

This commit is contained in:
2025-08-24 13:53:42 +08:00
parent 1f386abbcc
commit c950606dfb
19 changed files with 412 additions and 79 deletions

View File

@@ -17,8 +17,8 @@ export default defineConfig({
extends: blogTheme,
// base,
lang: 'zh-cn',
title: '@sugarat/theme',
description: '粥里有勺糖的博客主题,基于 vitepress 实现',
title: 'SIMON BLOG',
description: 'Simon的博客,基于 vitepress 实现',
lastUpdated: true,
// 详见https://vitepress.dev/zh/reference/site-config#head
head: [
@@ -46,12 +46,13 @@ export default defineConfig({
// },
nav: [
{ text: '首页', link: '/' },
{ text: '关于作者', link: 'https://sugarat.top/aboutme.html' }
{ text: '主题仓库', link: 'https://github.com/ATQQ/sugar-blog/tree/master/packages/theme' },
{ text: '关于作者', link: 'https://github.com/handsomezhuzhu' }
],
socialLinks: [
{
icon: 'github',
link: 'https://github.com/ATQQ/sugar-blog/tree/master/packages/theme'
link: 'https://github.com/handsomezhuzhu'
}
]
}