Skip to content

Commit 72c8ec8

Browse files
committed
Make homepage English
1 parent ebb1452 commit 72c8ec8

2 files changed

Lines changed: 111 additions & 97 deletions

File tree

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
# EngineeringAI Lab GitHub Pages
22

3-
这是 EngineeringAI Lab 的 GitHub Pages 静态主页。页面无需构建工具,推送到组织主页仓库后即可由 GitHub Pages 发布。
3+
This repository hosts the static GitHub Pages website for EngineeringAI Lab. The
4+
site does not require a build step; GitHub Pages can publish it directly from the
5+
repository root.
46

5-
## 推荐仓库名
7+
## Recommended Repository Name
68

7-
组织主页仓库请命名为:
9+
For an organization homepage, name the repository:
810

911
```text
1012
EngineeringAI-LAB.github.io
1113
```
1214

13-
发布后的默认访问地址为:
15+
The default published URL will be:
1416

1517
```text
1618
https://engineeringai-lab.github.io/
1719
```
1820

19-
如果使用普通同名仓库,例如 `EngineeringAI-LAB`,页面地址会变成:
21+
If you use a regular project repository name, such as `EngineeringAI-LAB`, the
22+
published URL will include the repository path:
2023

2124
```text
2225
https://engineeringai-lab.github.io/EngineeringAI-LAB/
2326
```
2427

25-
## 发布步骤
28+
## Deployment
2629

27-
1. 在 GitHub 组织 `EngineeringAI-LAB` 中新建仓库 `EngineeringAI-LAB.github.io`
28-
2. 将本目录初始化为 git 仓库并推送到该远程仓库。
29-
3. 打开仓库的 `Settings -> Pages`,选择 `Deploy from a branch`,分支选择 `main`,目录选择 `/root`
30-
4. 等待 GitHub Pages 完成部署。
30+
1. Create a repository named `EngineeringAI-LAB.github.io` under the `EngineeringAI-LAB` organization.
31+
2. Initialize this directory as a git repository and push it to that remote.
32+
3. Open `Settings -> Pages`, choose `Deploy from a branch`, select the `main` branch, and choose `/root`.
33+
4. Wait for GitHub Pages to finish deployment.
3134

32-
可使用以下命令:
35+
Useful commands:
3336

3437
```bash
3538
git init -b main
@@ -39,7 +42,7 @@ git remote add origin git@github.com:EngineeringAI-LAB/EngineeringAI-LAB.github.
3942
git push -u origin main
4043
```
4144

42-
如果使用 HTTPS 远程地址:
45+
If you prefer an HTTPS remote:
4346

4447
```bash
4548
git remote add origin https://github.com/EngineeringAI-LAB/EngineeringAI-LAB.github.io.git

0 commit comments

Comments
 (0)