local: verify

verify:
	@verify-links .

serve:
	@serve ${PWD}

sync: verify
	rsync -hav * aspen:/mnt/ssd/hosts/web/goto/
