Georgia Tech's cyber security student organization, website created with Hexo
this is a note to self
deploy to greyhat.gatech.edu
must be on GT internet/vpn
- login at https://hosting.gatech.edu/login (you may need access from a current admin)
- click on GreyHat site
- Click "Login to site" (this brings you to cPanel)
- Click "Deploy from Git" and then "Pull now" to pull the latest changes from GitHub
# 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