Skip to content

Commit 2c9ab3b

Browse files
Merge pull request #13 from jin2005-issues/main
main
2 parents 83cef31 + 816442b commit 2c9ab3b

File tree

8 files changed

+704
-19
lines changed

8 files changed

+704
-19
lines changed

.github/steps/-step.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
X

LICENSE

Lines changed: 671 additions & 4 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,32 @@ _Create a site or blog from your GitHub repositories with GitHub Pages._
1414
</header>
1515

1616
<!--
17-
<<< Author notes: Step 5 >>>
18-
Start this step by acknowledging the previous step.
19-
Define terms and link to docs.github.com.
17+
<<< Author notes: Finish >>>
18+
Review what we learned, ask for feedback, provide next steps.
2019
-->
2120

22-
## Step 5: Merge your pull request
21+
## Finish
2322

24-
_Nice work, friend :heart:! People will be reading your blog in no time!_
23+
_Congratulations friend, you've completed this course!_
2524

26-
You can now [merge](https://docs.github.com/en/get-started/quickstart/github-glossary#merge) your pull request!
25+
<img src=https://octodex.github.com/images/constructocat2.jpg alt=celebrate width=300 align=right>
2726

28-
### :keyboard: Activity: Merge your changes
27+
Your blog is now live and has been deployed!
2928

30-
1. Merge your changes from `my-pages` into `main`. If you created the pull request in step 2, just open that PR and click on **Merge pull request**. If you did not create the pull request earlier, you can do it now by following the instructions in [step 2](/.github/steps/2-configure-your-site.md).
31-
1. (optional) Delete the branch `my-pages`.
32-
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.
29+
Here's a recap of all the tasks you've accomplished in your repository:
30+
31+
- You enabled GitHub Pages.
32+
- You selected a theme using the config file.
33+
- You learned about proper directory format and file naming conventions in Jekyll.
34+
- You created your first blog post with Jekyll!
35+
36+
### What's next?
37+
38+
- Keep working on your GitHub Pages site... we love seeing what you come up with!
39+
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/skills/discussions/categories/github-pages).
40+
- [Take another GitHub Skills course](https://github.com/skills).
41+
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
42+
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
3343

3444
<footer>
3545

_blogs/2025-03-03-My First blog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: About me
2+
title: helloworld
33
date: 2025-03-03
44
---
5-
My Name is Jinzhou Huang
5+
My Name is Jinzhou Huang

_blogs/2025-06-07-this.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
this
3+
---

_blogs/2025-07-06-blogs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: helloworld
3+
date: 2025-07-06
4+
---
5+
'''helloworld

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
theme: minima
22
author: Jinzhou Huang
3-
email: 2314662431@qq.com
3+
email: 2314662431@qq.com

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
title: Welcome to my First blog
2+
title: Welcome to My First blog
33
---

0 commit comments

Comments
 (0)