Cassowary

Installation

add folder jekyll/Cassowary

add folder jekyll/gradfire

add php files

  • jekyll/grad-admin-token.js.php
  • jekyll/grad-token.js.php
  • jekyll/grad-user.js.php
  • jekyll/graddev-token.js.php
  • jekyll/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