githubpage migration strategy
generate ssh key
1 | ssh-keygen -t rsa -C "[email protected]" |
add new ssh key
hexo migration
- create two branches,maseter and hexo.set hexo as default bracnch where we place hexo configuration files.
- pull
1
git clone ..
- push hexo branch
1
2
3git add .
git commmit -m "xxx"
git push -u origin master - push master branch
1
hexo g -d