blob: 3952295e20023124af61f0a93b129bdc8603f2af (
plain) (
tree)
|
|
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
|