SHELL=/bin/bash all: validate build sync validate: npx prettier . --check build: npx @11ty/eleventy sync: ansible-playbook deploy.yml