基本命令备忘
创建新博文
1 | hexo new post (post_name) |
清除 构建 本地部署
1 | $ hexo cl && hexo g && hexo s |
默认本地url:http://localhost:4000
清除 构建 提交远程(github)
1 | $ hexo cl && hexo g && hexo d -m "提交备注" |
创建新博文
1 | hexo new post (post_name) |
清除 构建 本地部署
1 | $ hexo cl && hexo g && hexo s |
默认本地url:http://localhost:4000
清除 构建 提交远程(github)
1 | $ hexo cl && hexo g && hexo d -m "提交备注" |