how to use this repo? - HiveHQ/Hive-Casper GitHub Wiki

This is the theme we're using on our blog - we edit the code in this repo to do things liek add functionality, change css, etc.

  • it runs inside its own dir inside the /themes/ directory in each of the Ghost installs on our blog box (inside ~/nerds/ or ~/blog/)
  • to compile css or js files (after for eg makign changes to them), you need to:
    • install project deps (npm install)
    • then install gulp npm install gulp-cli -g then npm install gulp -D
    • then run gulp from inside the repo and commit/push/deploy