Skip to content

greyhatgt/greyhatgt.github.io

Repository files navigation

greyhatgt.github.io

Georgia Tech's cyber security student organization, website created with Hexo

this is a note to self

must be on GT internet/vpn

  1. login at https://hosting.gatech.edu/login (you may need access from a current admin)
  2. click on GreyHat site
  3. Click "Login to site" (this brings you to cPanel)
  4. Click "Deploy from Git" and then "Pull now" to pull the latest changes from GitHub
how-to-deploy

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

Releases

No releases published

Packages

No packages published

Contributors 12