Skip to content

Commit 38b77e3

Browse files
author
胡小龙
committed
feat: 更新博客名称为'字节漫游 ByteVoyage'并设计新logo
1 parent c38ffb4 commit 38b77e3

4 files changed

Lines changed: 32 additions & 13 deletions

File tree

docs/.vuepress/config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ export default defineUserConfig({
1818
lang: 'zh-CN',
1919
locales: {
2020
'/': {
21-
title: 'My Blog',
21+
title: '字节漫游',
2222
lang: 'zh-CN',
23-
description: 'My blog',
23+
description: '在技术海洋里航行',
2424
},
2525
'/en/': {
26-
title: 'My Blog',
26+
title: 'ByteVoyage',
2727
lang: 'en-US',
28-
description: 'My blog',
28+
description: 'Sailing through the ocean of technology',
2929
},
3030
},
3131

3232
head: [
3333
// 配置站点图标 - 使用自定义SVG图标
3434
['link', { rel: 'icon', type: 'image/svg+xml', href: '/images/logo.svg' }],
35+
['link', { rel: 'apple-touch-icon', href: '/images/logo.svg' }],
3536
],
3637

3738
bundler: viteBundler(),
Lines changed: 21 additions & 3 deletions
Loading

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ config:
77
full: true
88
background: tint-plate
99
hero:
10-
name: 我的博客
11-
tagline: 基于 VuePress 的个人博客
12-
text: 分享我的技术心得、学习笔记和生活感悟
10+
name: 字节漫游
11+
tagline: ByteVoyage
12+
text: 在技术海洋里航行,分享我的技术心得、学习笔记和生活感悟
1313
actions:
1414
-
1515
theme: brand

docs/en/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ config:
77
full: true
88
background: tint-plate
99
hero:
10-
name: My Blog
11-
tagline: Personal Blog Based on VuePress
12-
text: Sharing technical insights, learning notes, and life reflections
10+
name: ByteVoyage
11+
tagline: 字节漫游
12+
text: Sailing through the ocean of technology, sharing insights, notes, and reflections
1313
actions:
1414
-
1515
theme: brand

0 commit comments

Comments
 (0)