hexo 搭建blog 时deploy 出现的问题
这是hexo在github上搭建blog时,_config.yml 中deploy 配置为 deploy: type: github repository: https://github.com/xxx/xxx.github.io.git branch:…
hexo Deployer not found: undefined 是什么情况
按照官方文档更改了 config.yml ,然后执行 hexo d 的时候出现错误 ''' [error] Deployer not found: undefined ''' …
hexo怎么在菜单上添加页面和分类呢?
我在 _config.yml 中设置的菜单有 Home,Archive,Category,About,可是只有Home和Archive点进去才有内容,Category和About都错Can't found 还需要其他…
hexo搭建博客,deploy后,github博客为何就有了效果
使用hexo搭建了个人博客,放在了github上。 我一直很纳闷儿,为何使用了打包命令hexo d成功后,我的github博客更改(比如添加了文章,更改了样式等)…
hexo制作blog 部署(hexo deploy)的时候遇到了点问题
Error:spawn ENOENT at errnoException <childprocess.js:975:11> at process.childprocess.handle.onexit <child_process.js:766:34> …
hexo TypeError: Cannot read property 'code' of undefined
mac os 10.12 node v4.6.2 安装 hexo 执行任何命题都提示  TypeError: Cannot read property 'code' of undefined …
npm install g hexo 总是失败
安装Hexo node.js也搭建好了,git也安装好了,最后使用git安装hexo在控制台使用命令 $ npm install hexo-cli -g 就这句始终不成功,我的是win7,总是…
github pages hexo 更新问题
在学习用github pages搭建博客,我用的hexo框架来管理博客,但是为什么用hexo更新到github的master分支上,访问我的博客却没有更新呢?看github官方文…
hexo+github遇到 not found:git 是为何?
1.已经弄了几个晚上了,每当 hexo deploy 时就出现这个情况。 在网上搜,有说输入 npm install hexo-deployer-git --save 然后再 hexo d…
github.io搭建博客报错
报错如下: 执行:hexo deploy后报错 hexo deploy INFO Deploying: git INFO Clearing .deploy_git folder... INFO Copying files from public folde…
输入hexo g,出现了问题
$ hexo g Native thread-sleep not available. This will result in much slower performance, but it will still work. You should re-install spawn…