Skip to content

Commit 66549f4

Browse files
committed
更新 README 和关于页面,调整 Node.js 版本切换步骤并添加认证信息部分
1 parent 14498ec commit 66549f4

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,20 @@
1818
git clone https://github.com/hippieZhou/hippiezhou.github.io.git
1919
cd hippiezhou.github.io
2020

21-
# 2. 安装依赖(需要 Node.js 20.x)
21+
# 2. 使用 nvm 切换到指定 Node.js 版本(推荐)
22+
nvm use
23+
# 或者手动指定版本
24+
# nvm install 20.17.0
25+
# nvm use 20.17.0
26+
27+
# 3. 安装依赖(需要 Node.js 20.x)
2228
cd src
2329
npm install
2430

25-
# 3. 初始化主题子模块
31+
# 4. 初始化主题子模块
2632
git submodule update --init --recursive
2733

28-
# 4. 启动开发服务器
34+
# 5. 启动开发服务器
2935
npm run server
3036
# 访问 http://localhost:4000
3137
```

src/source/about/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ Anyang Normal University | 2012 – 2016
105105

106106
---
107107

108+
## 🏆 Certifications
109+
110+
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="d2ec554e-fd68-48e0-a70f-03646ca811a5" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
111+
112+
---
113+
108114
## 🚀 Current Focus
109115

110116
Currently working on **legacy application migration** projects, helping clients transition to **.NET 8** platform while achieving greater business value. Focus areas include:

0 commit comments

Comments
 (0)