all: development

production:
	JEKYLL_ENV=production bundle exec jekyll build

development:
	JEKYLL_ENV=development bundle exec jekyll build