`
timelessmemory
  • 浏览: 4582 次
  • 性别: Icon_minigender_1
  • 来自: 常州
社区版块
存档分类
最新评论

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics