Skip to content

Commit 352538f

Browse files
committed
Add first book
1 parent f9ccb7e commit 352538f

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Hello, World
2+
3+
Hello, this is your first blog generated by [GitSite](https://gitsite.org).
4+
5+
![silly](emoji-silly.png)
6+
7+
Edit and commit to git to enable an automated deployment by GitHub workflow.
9.59 KB
Loading

source/blogs/tech/blog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
title: GitSite Blog
2-
description: GitSite Blog Posts
3-
author: Crypto Michael
1+
title: Sinny Blog
2+
description: Sinny Blog Posts
3+
author: Sinny Lang
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JVM Introduction
2+
3+
Java Virtual Machine

source/books/jvm-book/book.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title: JVM Summery
2+
description: JVM Summery.
3+
author: Sinny Lang

source/site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ site:
1414
navigation:
1515
- title: User Guide
1616
uri: /books/gitsite-guide/index.html
17+
- title: JVM总结
18+
uri: /books/jvm-book/index.html
1719
- title: Blogs
1820
uri: /blogs/tech/index.html
1921
- title: License

0 commit comments

Comments
 (0)