.PHONY: run

run:
	arch -x86_64 /usr/local/opt/ruby/bin/bundle exec jekyll serve

build:
	arch -x86_64 /usr/local/opt/ruby/bin/bundle install
