Skip to content

Commit acb1c4c

Browse files
authored
Update README.md
1 parent d1c366d commit acb1c4c

1 file changed

Lines changed: 4 additions & 33 deletions

File tree

README.md

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Homepage
1111

12-
_Create a site or blog from your GitHub repositories with GitHub Pages._
12+
_Hi, This is Qinpeng Yi's Homepage._
1313

1414
</header>
1515

@@ -20,40 +20,11 @@ _Create a site or blog from your GitHub repositories with GitHub Pages._
2020
Historic note: previous version checked for empty pull request, changed to the correct theme `minima`.
2121
-->
2222

23-
## Step 2: Configure your site
23+
## About me
2424

25-
_You turned on GitHub Pages! :tada:_
25+
I am now a postgraduate student majoring in **computer science** at South China University of Technology.
26+
My research interests include **object detection, 3D object manipulation**. Currently I do not have any publication, but I shall have one or two in the next years.
2627

27-
We'll work in a branch, `my-pages`, that I created for you to get this site looking great. :sparkle:
2828

29-
Jekyll uses a file titled `_config.yml` to store settings for your site, your theme, and reusable content like your site title and GitHub handle. You can check out the `_config.yml` file on the **Code** tab of your repository.
3029

31-
We need to use a blog-ready theme. For this activity, we will use a theme named "minima".
3230

33-
### :keyboard: Activity: Configure your site
34-
35-
1. Browse to the `_config.yml` file in the `my-pages` branch.
36-
1. In the upper right corner, open the file editor.
37-
1. Add a `theme:` set to **minima** so it shows in the `_config.yml` file as below:
38-
```yml
39-
theme: minima
40-
```
41-
1. (optional) You can modify the other configuration variables such as `title:`, `author:`, and `description:` to further customize your site.
42-
1. Commit your changes.
43-
1. (optional) Create a pull request to view all the changes you'll make throughout this course. Click the **Pull Requests** tab, click **New pull request**, set `base: main` and `compare:my-pages`.
44-
1. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
45-
46-
<footer>
47-
48-
<!--
49-
<<< Author notes: Footer >>>
50-
Add a link to get support, GitHub status page, code of conduct, license link.
51-
-->
52-
53-
---
54-
55-
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/github-pages) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
56-
57-
&copy; 2023 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [MIT License](https://gh.io/mit)
58-
59-
</footer>

0 commit comments

Comments
 (0)