Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 303 Bytes
$ # Commit a new blog post
$ # Run jekyll to create new _site files
$ jekyll serve
$ # Commit new _site on source branch
$ git add _site
$ git push origin source
$ git subtree push --prefix _site origin master