发布新博客:Writing1
$ hexo new "My New Post"
本地运行hexo查看结果:Server1
$ hexo server
生成静态页面:Generating1
$ hexo generate
发布博客: Deployment1
$ hexo deploy
遇到的一些问题:
- 更换电脑后,运行hexo s提示nodejs版本不对,解决方案:
1
2
3cd $(hexo home dir)
rm -fr node_modules
npm install
发布新博客:Writing1
$ hexo new "My New Post"
本地运行hexo查看结果:Server1
$ hexo server
生成静态页面:Generating1
$ hexo generate
发布博客: Deployment1
$ hexo deploy
遇到的一些问题:
1 | cd $(hexo home dir) |
Title:使用hexo撰写博客
Author:Lynn Cheng
Created:2016-04-29, 10:55:00
Updated:2019-10-17, 07:42:58
Full URL:http://lynncheng.github.io/2016/04/29/hello-world/
License: "CC BY-NC-SA 4.0" Keep Link & Author if Distribute.