Skip to content

Commit d0342c2

Browse files
committed
update
1 parent f698712 commit d0342c2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/.vuepress/public/logo.jpeg

30 KB
Loading

src/.vuepress/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default hopeTheme({
99
blog: {
1010
avatar: "/avatar.png",
1111
name: "Mr.Hackcpp",
12-
description: "10年 C++ 程序猿学习记录, 技术分享",
12+
description: "90后 C++ 程序猿, 学习记录, 技术分享, 编程笔记, 数据结构与算法, 程序架构设计",
1313
intro: "/portfolio.html",
1414
medias: {
1515
github: "https://github.com/hackcpp",
@@ -23,7 +23,7 @@ export default hopeTheme({
2323

2424
iconAssets: "fontawesome-with-brands",
2525

26-
logo: "/logo.png",
26+
logo: "/logo.jpeg",
2727

2828
repo: "https://github.com/hackcpp/hackcpp.github.io",
2929

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ title: 首页
44
icon: home
55
home: true
66
layout: BlogHome
7-
tagline: "👋 Welcome to my blog site!"
7+
tagline: "Welcome to Mr.Hackcpp's blog! 👋"
88
---

src/algo/4 tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tag:
77
- c++
88
- 二叉树
99
editLink: false
10-
description: "非线性数据结构,二叉树(binary tree"
10+
description: "非线性数据结构,二叉树(binary tree"
1111
star: 904
1212
sticky: 904
1313
---

src/portfolio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: 程序员 @hackcpp
99
avatar: https://theme-hope-assets.vuejs.press/hero/conan.png
1010

1111
titles:
12-
- 10年C++ 程序猿
12+
- 90后C++ 程序猿
1313
- 技术分享的热衷者
1414
- Ai 技术探索者
1515

@@ -30,6 +30,6 @@ footer: false
3030

3131
### **如何联系我?**
3232
- **微信公众号**: 关注微信公众号[**程序员的白粥馆**](), 了解更多技术分享。
33-
- **知识星球**: 加入知识星球[**程序员的白粥馆**](),共同学习编程技术, 一同进步。
33+
- **知识星球**: 加入知识星球[**程序员的白粥馆**](https://t.zsxq.com/JUsFY),共同学习编程技术, 一同进步。
3434
- **个人博客**: Mr.Hackcpp 的个人博客[**程序员的白粥馆**](/)记录分享编程知识。
3535

0 commit comments

Comments
 (0)