hexo command
npm install hexo-cli -g
hexo init 生成目录,文件等
(sudo) hexo g(generate) 生成静态文件
(sudo) hexo s(server) 用浏览器访问http://localhost:4000/
=============================================
_config.yml
deploy:
type: git
repository: github项目地址
branch: master
hexo g
hexo d(deploy) 部署到github上
hexo clean
hexo 部署失败 error deployer not foud, 执行 npm install hexo-deployer-git --save
相关推荐
JingLisen 2020-06-26
hzq0 2020-06-16
蓝亭书序 2020-06-04
Amzaing00 2020-05-11
hzq0 2020-05-10
乾坤一碼農 2020-05-10
gakki的二向箔 2020-05-07
hzq0 2020-05-05
hzq0 2020-05-05
只有代码的世界 2020-04-27
JingLisen 2020-04-23
gakki的二向箔 2020-04-07
89284553 2020-03-09
YULIU 2020-03-07
只有代码的世界 2020-03-04
hzq0 2020-02-21
只有代码的世界 2020-02-19
YULIU 2020-02-18