Skip to content

Commit

Permalink
chore: change domain 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed May 2, 2024
1 parent 7b44b8a commit 2c9e82d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
cname: portfolio.zxh.io
cname: portfolio.zxh.me
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# playground-macos

My portfolio website simulating macOS's GUI: https://portfolio.zxh.io
My portfolio website simulating macOS's GUI: https://portfolio.zxh.me

Powered by [React](https://reactjs.org/) + [Zustand](https://zustand-demo.pmnd.rs/) + [UnoCSS](https://uno.antfu.me/) + [TypeScript](https://www.typescriptlang.org/) + [Vite](https://vitejs.dev/).

Expand Down
6 changes: 3 additions & 3 deletions public/markdown/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Contact me by:
- [Google Scholar](https://scholar.google.com/citations?user=RuW6xgMAAAAJ)
- Linkedin: [xiaohan-zou](https://www.linkedin.com/in/xiaohan-zou)
- 知乎: [@西伯利亚大恶龙](https://www.zhihu.com/people/chao-neng-gui-su)
- Personal Website: [zxh.io](https://zxh.io)
- Personal Website: [zxh.me](https://zxh.me)


## Résumé

- Normal version: [English](https://zxh.io/files/cv/en.pdf) / [中文](https://zxh.io/files/cv/cn.pdf)
- Normal version: [English](https://zxh.me/files/cv/en.pdf) / [中文](https://zxh.me/files/cv/cn.pdf)

中文版的更新很可能不及时

- Interesting version: [portfolio.zxh.io](https://portfolio.zxh.io) / [resume.zxh.io](https://resume.zxh.io)
- Interesting version: [portfolio.zxh.me](https://portfolio.zxh.me) / [resume.zxh.io](https://resume.zxh.io)
4 changes: 2 additions & 2 deletions public/markdown/github-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

My GitHub stats (powered by [github-readme-stats](https://github.com/anuraghazra/github-readme-stats)):

[![github stats](https://github-readme-stats.vercel.app/api?username=Renovamen&show_icons=true&hide_title=true&hide_border=true)](https://zxh.io)
[![github stats](https://github-readme-stats.vercel.app/api?username=Renovamen&show_icons=true&hide_title=true&hide_border=true)](https://zxh.me)

[![top langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Renovamen&layout=compact&hide_border=true)](https://zxh.io)
[![top langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Renovamen&layout=compact&hide_border=true)](https://zxh.me)
4 changes: 2 additions & 2 deletions src/configs/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ const terminal: TerminalData[] = [
Personal Website:{" "}
<a
className="text-blue-300"
href="https://zxh.io"
href="https://zxh.me"
target="_blank"
rel="noreferrer"
>
https://zxh.io
https://zxh.me
</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions src/configs/websites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const websites: WebsitesData = {
{
id: "my-blog",
title: "Website",
img: "https://zxh.io/img/avatar.jpg",
link: "https://zxh.io/",
img: "https://zxh.me/img/avatar.jpg",
link: "https://zxh.me/",
inner: true
},
{
Expand Down

0 comments on commit 2c9e82d

Please sign in to comment.