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 sshpass -f ~/.sshpass rsync -av _site/ wp12286963@ssh.server-he.de:uvokchee.de/blog watch: bundle exec jekyll serve -l