如上图,请问下这个东西代表的意思是执行成功了吗?
github hexo
我提交到github博客的一般步骤: 1、 hexo clean //清除静态文件(不进行这个操作有时候会出现css、js没应用的状况) 2、 hexo g -d //生成静态文件并部署(上传)到github上
hexo clean
hexo g -d
hexo g只是生成静态页面,你还要使用hexo d命令把生成的网站页面提交到github仓库才行。
最新版的hexo貌似要在第一次hexo d的之前,要有npm install hexo-deployer-git --save具体看,原来是少了一步,去hexo官网文档看的!
hexo 3.0 为什么无法部署到github上
hexo 搭建blog 时deploy 出现的问题
无法连接github,Empty reply from server?
搭建在github上的hexo博客,hexo d时如何保留404页面文件
hexo github 建立博客后 显示404而不是本地的内容lzqer.github.io
在github上用hexo搭建博客
开源博客框架介绍