You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ # 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