tonyztan / greyhatgt.github.io

Home Page:https://greyhatgt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greyhatgt.github.io

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

this is a note to self

# 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

About

https://greyhatgt.github.io


Languages

Language:HTML 53.0%Language:CSS 39.1%Language:JavaScript 6.9%Language:Python 1.0%