This is the source for my personal site.
Development environment is setup as such:
grunt serve
- Compiles the site
- Starts a jekyll server with flags:
--watch --drafts
--watch
moves everything to/dist
which is essentially production
grunt watch
- Compiles all front-end and jekyll assets
- Branches are pretty self-explanatory:
develop
is for work in progress- Anything in
gh-pages
goes live