summaryrefslogtreecommitdiff
path: root/Makefile
blob: e12d8192f8a6b5a187beee010a7d7fc259207bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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