@ZSCDumin
2018-01-30T13:36:19.000000Z
字数 424
阅读 493
$ npm install hexo -g
$ hexo init
$ npm install
$ hexo g
$ hexo s
$ hexo g
deploy:type: gitrepository: git@github.com:ZSCDumin/ZSCDumin.github.io.gitbranch: master
$ hexo new post "博客名"
$ npm install hexo-deployer-git --save
$ hexo d -g
