aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: f45c98b2564c1fffbbd521f1cb2ea8848b68ea05 (plain)
1
2
3
4
5
6
7
8
9
10
clean:
	-rm -Rf _site/

run: clean
	bundle exec jekyll serve --incremental --drafts

publish:
	git add .
	git commit -m "content update"
	git push