local dev
> bundle exec jekyll serve --drafts --watch
before publish
> bundle exec jekyll build
publish
> git push origin src
local dev
> bundle exec jekyll serve --drafts --watch
before publish
> bundle exec jekyll build
publish
> git push origin src