OpenCollective
+Our main financial ledger, all income and expenses are tracked here.
+diff --git a/donate.sh b/donate.sh new file mode 100755 index 0000000..5ed3078 --- /dev/null +++ b/donate.sh @@ -0,0 +1,91 @@ +#!/bin/bash +set -euo pipefail +IFS=$'\n\t' +cd "$(dirname "$0")" + +DONATE_JSON_URL="https://data.nhcarrigan.com/donate.json" +DONATE_JSON_FILE="donate.json" +DONATE_HTML_FILE="donate/index.html" + +# Templating +HTML_START=' + +
+Support our work and help us make a difference!
+Support our work and help us make a difference!
+