YSAP Website
============

https://ysap.sh

```
curl ysap.sh
```

Usage
-----

```
$ 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
```
