dev:
	bundle exec jekyll serve --drafts --livereload

build:
	bundle exec jekyll build

install:
	gem install bundler jekyll && bundle update