hexo博客gulp压缩出现问题
hexo博客代码压缩按照网上教程做的,结果出现下面的情况: $ gulp build [20:29:16] Using gulpfile D:\Blog\gulpfile.js [20:29:16] Starting 'mini…
hexo博客关于cdn.mathjax的问题
用chrome调试出现下面提示cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML:32 WARNING: cdn.mathjax.org has been retired.…
用github+hexo搭建博客时候,在安装hexo时命令找不到
Administrator@PC-20151126VLLD MINGW64 ~$ npm install -g hexobash: npm: command not found 怎么解决这个问题呢? …
用git部署hexo是出现错误bash: git-receive-pack: command not found怎么回事?
bash: git-receive-pack: command not foundfatal: Could not read from remote repository. Please make sure you have the correct access rightsa…
ejs的语法问题<%- css('url') %>文档里找不到
hexo主题里有好多类似 <%- partial('_partial/pagination') %> <%- css('css/main.css') %> <%- js('js/main.js') %> 的代码 这是什么用…
Mac 安装 hexo
想把博客从jekyll迁移到hexo,但是在安装hexo的时候遇到了如下问题,这怎么解决,有知道的谢谢能分享我一下 npm ERR! code ELIFECYCLE npm ERR! errn…
hexo有没有像hexo官方api那样的主题?
像这个页面的主题 PS: 之前没表述清楚, 因为我也是想用来做项目文档管理的, 想找个hexo官方api文档那个页面文章列表放左边的, 文章也不太多其实gitbo…
如何把自己的demo,放在github-page + hexo建的个人博客中展示
比如,我的网站是 http://aline2013.com,我想把demo通过打开连接 http://aline2013.com/demo,这种方式展示, 之前用http://aline2013.github.io/demo…
github pages+hexo更换next主题,There isn't a GitHub Pages site here.
我用github-pages+hexo更换next,hexo deploy部署后,https://aline2013.github.io/显示正常,,但是我的个人博客显示:There isn't a GitHub Pages …
hexo创建tag页面错误!
source文件下面创建了tag文件,tag里的inde.md文件代码如下:type: "tags"title: tagsdate: 2017-06-22 10:54:45comments: false 主题配置文件也添加…