Skip to content

tcf2e/BlogResource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogResource

Blog source code

Install

  1. Install Hexo

Hexo Install

  1. Fork the blog resource

step1

  1. 在你的Repo中 clone BlogResource
  $ git clone [email protected]:${yourname}/BlogResource.git
  1. create new post
  $ hexo new post ${Title}
  1. 寫文章

  2. commit

  $ git commit -am '名字:日期:文章抬頭'
  1. Push
git push origin master
  1. Pull Request

1 點擊Pull Request

step2

2 New pull request

step3

3 確認 PR的Commit

step4

4 確認送出Pull Request

step5

PR結束,接下來是Peter的部分

5 點擊Pull Request

step6

6 點擊pr的標題

step7

7 Merge pull request

step8

8 Merge 完成

step9

9 Merge 完成

step10