A h5bp equipped scaffold for developing a Jekyll website with grunt and bower.
- Clone this repo
- Rename remote origin to jekyll-grunt-kickass:
git remote rename origin jekyll-grunt-kickass
- Rename master branch to jekyll-grunt-kickass:
git branch -m master jekyll-grunt-kickass
- Checkout new master branch for developing your site with this toolset:
git checkout -b master
- Develop your app and commit to your repo.
serve
build dev version (jekyll & copy src) and serve with livereload on any changeserve:dist
build dist version and serve it without livereloadbuild
build dist version (jekyll & usemin).deploy:tunneled
build und rsync zu in_config.deploy.yml
konfiguriertem Zieldeploy:tunneled
build und rsync via tunnel.