mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
feat: 初始化博客并完成首篇博文和样式调整
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user