Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 428 Bytes

YSAP Website

$ make help
make build         default target, builds the site into ./_site
make check-deps    check to ensure needed dependencies are installed
make check         check tools syntax using shellcheck
make serve         serve site locally out of ./_site
make deploy        deploy the site (using rsync)
make all           build and deploy the site
make clean         remove any generated files