Skip to content

Commit

Permalink
Translate for English
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Nov 19, 2023
1 parent 370a673 commit 0406179
Show file tree
Hide file tree
Showing 60 changed files with 1,992 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"..\\themes\\hugo-theme-stack\\assets\\*"
"../themes/hugo-theme-stack/assets/*"
]
}
}
Expand Down
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ paginate: 5
title: Xianfei's Blog

languages:
# en:
# languageName: English
# title: Xianfei's Blog
# weight: 1
en:
languageName: English
title: Xianfei's Blog
weight: 2
zh-cn:
languageName: 中文
title: 衔飞的博客
Expand Down
Binary file modified content/.DS_Store
Binary file not shown.
File renamed without changes.
45 changes: 45 additions & 0 deletions content/page/about/index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: About Me
slug: about
description: I'm xianfei (衔飞)
date: '2022-06-28'
license: CC BY-NC-ND
lastmod: '2020-10-09'
menu:
main:
weight: -90
params:
icon: user
---

## Hi there, I'm xianfei (衔飞) 👋

> The only limit is your imagination.
<img align="right" width="450" src="https://github-readme-stats.vercel.app/api?username=xianfei&show_icons=true&icon_color=0078e7&title_color=0078e7&include_all_commits=true"/>


- 🔭 I'm an undergraduate student of software engineering from China now.
- 🏡 I'm living in Beijing and looking for a job in Beijing.
- 🌱 I'm currently learning Computer Graphics & Machine Learning & Web Technologies.
- 😍 I like eating delicious foods 🍔, traveling 🏝, photography 📸, coding 🧑‍💻 and sleeping 🛌.
- 😡 I hate working overtime.
- 💬 I like chating. Be free to ask me about anything [here](https://github.com/xianfei/xianfei/issues).

### Skills and Interested

- Programming Languages: C++/JavaScript/C/Java/Python

- Other Languages: HTML/CSS/MarkDown/JSON/XML

- Web Front-end Frameworks: Vue.js/Electron.js

- Web Back-end Frameworks & Database: Express.js(Node.js)/MongoDB

- Tools: Linux Shell/SSH/Git/VSCode/CMake/WireShark and etc.

- Other: Arduino/Rasberry Pi

### What's more
- 🥰 You can follow me on [Bilibili: xianfei](https://space.bilibili.com/9872607) and 微信公众号:Xianfei
- 📬 Email: xianfei@bupt.cn
38 changes: 38 additions & 0 deletions content/page/gallery/index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "Photography Portfolio"
date: 2019-05-28
slug: "gallery"
menu:
main:
weight: -70
params:
icon: archives
---

## Entrance

[Click Here to Visit](https://photography.xianfei.win/)

https://photography.xianfei.win/

## Preface

Photography is one of my hobbies, usually focusing on portraits, daily life, and events;

Experience:

- 2020-2021 President of BUPT Photography Club
- 2018-2021 BUPT Student Union Etiquette Team, Photographer
- 2020-2021 BUPT Hongyan New Media Center, Photographer
- 2019-2020 BUPT Campus Youth League Propaganda Department, Photographer
- 2018-2019 BUPT Youth New Media Center, Photographer & Videographer
- 2017 Official Photographer for the 23rd IDO Anime Expo
- 2015-2018 Hui Long Guan Yu Xin School YDTV Station, Videographer & Editor

## Photography Portfolio Build Tools

Build Tool: https://github.com/xianfei/zing-gallery-next

Hosting: Github Pages

Build Output/Webpage Source Code: https://github.com/xianfei/xianfei-photography-portfolio
30 changes: 30 additions & 0 deletions content/page/links/index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Links
slug: links
links:
- title: 北京信息科技大学
description: Beijing Information Science & Technology University (BISTU)
website: https://www.bistu.edu.cn/
image: bistu.webp
- title: 北京邮电大学
description: Beijing University of Posts and Telecommunications
website: https://www.bupt.edu.cn/
image: bupt.png
- title: GitHub
description: GitHub is the world's largest software development platform.
website: https://github.com
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
- title: TypeScript
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
website: https://www.typescriptlang.org
image: ts-logo-128.jpg
menu:
main:
weight: -50
params:
icon: link

comments: false
---

Here's some links
6 changes: 0 additions & 6 deletions content/page/links/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
title: 友情链接
slug: links
links:
- title: 旧版本博客主页
description: Based on WordPress.
website: https://xianfei.ml:8001/
- title: Xianfei's 摄影作品展
description: 汇总了之前拍过的一些照片.
website: https://xianfei.ml:8001/gallery/
- title: 北京信息科技大学
description: Beijing Information Science & Technology University (BISTU)
website: https://www.bistu.edu.cn/
Expand Down
13 changes: 13 additions & 0 deletions content/page/search/index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Search"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: -60
params:
icon: search
---
Binary file modified content/post/.DS_Store
Binary file not shown.
Loading

0 comments on commit 0406179

Please sign in to comment.