hexo使用指南
坑一
hexo g错误,can not foud hexo-util
解决办法:cnpm install hexo-util --save
坑二
访问http://localhost:4000显示如下extends includes/layout.pug block content include ./includes/mixins/post-ui.pug #recent-posts.recent-posts +postUI include includes/pagination.pug
解决办法:cnpm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
坑三
hexo d错误,ERROR Deployer not found: git
解决办法:cnpm install hexo-deployer-git --save
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.