@@ -0,0 +1,10 @@
.PHONY: install clean
install:
bundle config set --local path 'vendor/bundle'
bundle install
bundle exec jekyll serve
clean:
rm -rf _site vendor .bundle .jekyll-cache
The note is not visible to the blocked user.