Georgia Tech's cyber security student organization, website created with Hexo
this is a note to self
- deploy to greyhat.gatech.edu by uploading index.html to hosting.gatech.edu
- deploy to GitHub sites:
# prerequisites: npm
# installation
$ npm install hexo-cli -g
$ cd /path/to/greyhatgt.github.io/ # NOT the GitHub.com repo!
$ npm install
# usage
# deployment one-liner
$ hexo clean && hexo generate && cp README.md public/ && cp index.html public/ && hexo deploy