summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3952295e20023124af61f0a93b129bdc8603f2af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build: clean
	bundle exec jekyll build

clean:
	rm -rf _site

server: clean
	bundle exec jekyll server --port 3001 --watch --drafts

deps:
	bundle install --path vendor/bundle

test: build
	bundle exec htmlproof ./_site --only-4xx --check-html --disable-external