DNS x HEXO


DNS setting

Publish Web

1
2
3
4
5
6
7
8
9
npm install hexo-deployer-git --save
# Before deploy new post / config change
hexo server
# localhost:4000
hexo clean && hexo g && hexo d
# d = deploy (publish)
hexo clean && hexo g && hexo s
# s = server (local)

Password

use sha256


Author: TAI JIN PEI
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source TAI JIN PEI !
  TOC