Cassowary
Installation
add folder jekyll/Cassowary
add folder jekyll/gradfire
add php files
jekyll/grad-admin-token.js.phpjekyll/grad-token.js.phpjekyll/grad-user.js.phpjekyll/graddev-token.js.phpjekyll/router.php
add jekyll/htaccess_rules
configure jekyll/gradfire/fire-config-template.php
instantiate:
// Get your service account's email address and private key from the JSON key file
$service_account_email = "{{ site.data.graddev_service_account.client_email }}";
$private_key = "{{ site.data.graddev_service_account.private_key }}";
test with
php -S localhost:8080 -t _site _site/router.php