all: development

production:
	JEKYLL_ENV=production bundle exec jekyll build

development:
	JEKYLL_ENV=development bundle exec jekyll build

clean:
	bundle exec jekyll clean

make_push_to_server: production
	rsync -av _site/ w019f723.kasserver.com:/www/htdocs/w019f723/blog.uvokchee.de/

watch:
	bundle exec jekyll serve -l --drafts