You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-33Lines changed: 4 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
# Homepage
11
11
12
-
_Create a site or blog from your GitHub repositories with GitHub Pages._
12
+
_Hi, This is Qinpeng Yi's Homepage._
13
13
14
14
</header>
15
15
@@ -20,40 +20,11 @@ _Create a site or blog from your GitHub repositories with GitHub Pages._
20
20
Historic note: previous version checked for empty pull request, changed to the correct theme `minima`.
21
21
-->
22
22
23
-
## Step 2: Configure your site
23
+
## About me
24
24
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.
26
27
27
-
We'll work in a branch, `my-pages`, that I created for you to get this site looking great. :sparkle:
28
28
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.
30
29
31
-
We need to use a blog-ready theme. For this activity, we will use a theme named "minima".
32
30
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) • [Review the GitHub status page](https://www.githubstatus.com/)
0 commit comments