Skip to content

hoppy-hacking/hoppy-hacking.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoppy-hacking.github.io

this is a note to the maintainer

# prerequisites: npm

# installation
$ npm install hexo-cli -g
$ cd /path/to/hoppy-hacking.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