Skip to content

Commit 3d73b37

Browse files
author
yJader@mba
committed
fix: 更新博客标题
1 parent 2e7d379 commit 3d73b37

6 files changed

Lines changed: 202 additions & 202 deletions

File tree

docs/.vuepress/collections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const blog = defineCollection({
3939
// postList: true, // 是否启用文章列表页
4040
// tags: true, // 是否启用标签页
4141
// archives: true, // 是否启用归档页
42-
// categories: true, // 是否启用分类页
42+
categories: true, // 是否启用分类页
4343
// postCover: 'right', // 文章封面位置
4444
// pagination: 15, // 每页显示文章数量
4545
})

docs/.vuepress/plume.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineThemeConfig({
2323
appearance: true, // 默认为用户配色(浅色/深色)
2424

2525
social: [
26-
{ icon: 'github', link: 'https://github.com/yJader/JinBlog' },
26+
{ icon: 'github', link: 'https://github.com/yJader' },
2727
],
2828
// navbarSocialInclude: ['github'], // 允许显示在导航栏的 social 社交链接
2929
// aside: true, // 页内侧边栏, 默认显示在右侧
@@ -49,11 +49,11 @@ export default defineThemeConfig({
4949
* @see https://theme-plume.vuejs.press/config/theme/#profile
5050
*/
5151
profile: {
52-
avatar: '/assests/jade_light.svg',
53-
name: 'JinBlog',
54-
description: '走在未知的道路上, 不许停也不能回头',
55-
// circle: true,
56-
// location: '',
52+
avatar: '/assests/yanami_anna.jpg',
53+
name: '亦瑾',
54+
description: '走在未知的道路上</br>不许停也不能回头',
55+
circle: true,
56+
location: 'Amphoreus',
5757
// organization: '',
5858
},
5959

docs/assests/yanami_anna.jpg

411 KB
Loading

docs/blog/posts/powershell启动慢解决.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date:
55
categories:
66
- 踩坑记录
77
comments: true
8-
title: powershell启动慢解决
8+
title: Powershell启动慢解决
99
createTime: 2025/12/05 15:54:53
1010
permalink: /blog/posts/xe7h3rou/
1111
---

docs/blog/posts/presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 使用纯文本制作演示文稿的优缺点及工具推荐
66
categories:
77
- 杂项
88
comments: true
9-
title: presentation
9+
title: Plain Text is All You Need (for Presentations)
1010
createTime: 2025/06/09 15:14:03
1111
permalink: /blog/g70sczk7/
1212
---

0 commit comments

Comments
 (0)