2018-07-16 15:01:50 +02:00
|
|
|
.PHONY: serve serve-public bundle lint
|
2018-05-21 21:14:41 +02:00
|
|
|
|
|
|
|
serve:
|
|
|
|
bundle exec jekyll serve
|
|
|
|
|
|
|
|
serve-public:
|
|
|
|
bundle exec jekyll serve --host 0.0.0.0
|
|
|
|
|
|
|
|
bundle:
|
|
|
|
bundle install
|
2018-07-16 15:01:50 +02:00
|
|
|
|
|
|
|
lint:
|
|
|
|
yamllint . _gtfobins/*.md
|