-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
title: Welcome to visit My Site. | ||
title: Welcome to visit my Site. | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Welcome to My Site. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,15 @@ permalink: /about/ | |
--- | ||
## About the author | ||
|
||
About the author | ||
A backend engineer focused on Java, with an interest in G1 garbage collection (GC). | ||
|
||
## About the content | ||
|
||
About the content | ||
对于 JDK 源码,如果没有说明全部来自 [openJDK](https://github.com/openjdk/jdk) | ||
|
||
## Links | ||
```shell | ||
git clone [email protected]:openjdk/jdk.git | ||
|
||
[OpenJDK](https://openjdk.java.net) | ||
# 41ee582df 是2024年10月24日最新提交,learn-jdk 从这个 commit 新创建分支 | ||
git checkout 41ee582df -b learn-jdk | ||
``` |