使用localhost:4000访问本地blog一直无响应
Node.js和使用npm install -g hexo-cli安装好Hexo后重现步骤: 打开GitShell 输入如下命令 $ hexo init blog $ cd blog $ npm install blog文件目录…
hexo 报错没有init方法
版本是3.1.1我是用pm2去运行hexo发现老是报错启动文件内容是 // app.js require('hexo').init({command: 'server -p 9000'}) node app.js报没有init…
hexo安装博客时出现了这样的问题
本来好好的想静静地做个乖孩子,按部就班的做事:但是事情刚开始就卡壳了。。。。。http://www.cnblogs.com/liulangmao/p/4323064.html按这个链接来…
关于git push没有权限的问题,已设置公钥
首先呢,我已经弄好了ssh的密钥,ssh -T git@github.com是可以的,返回:Hi xxxxxx! You've successfully authenticated, but GitHub does not provi…
hexo -d ftpsync 的时候报错
Committing ------------------------------------------------------------- MKDIR failed. MKDIRs failed. Commit failed. Commit complete. /User…
hexo博客 markdown解析不了标题(#)
hexo博客 markdown解析不了标题(#) 不知道是什么原因 之前也没遇到过 一开始以为主题的问题 我换了一个主题 还是这样但是像 **hello world** "* -" …
hexo迁移到wordpress问题!
我之前是使用hexo来搭建个人博客的,现在想要迁移到wordpress上请问有什么好的方法能够把hexo上的文章都迁移过去?我尝试过导出rss文件,然后在wordpr…