Hexo
安装 Hexo
npm install hexo-cli -g
hexo init <blog-floder-name> # e.g. Blog
cd <blog-floder-name>
npm install常用插件
npm install hexo-server --save
npm install hexo-deployer-git --save
npm install hexo-generator-tag --save
npm install hexo-generator-archive --save
npm install hexo-generator-category --save
npm install hexo-generator-feed --save
npm install hexo-generator-sitemap --save
npm install hexo-generator-index --save
npm install hexo-generator-search --save
npm install hexo-renderer-jade --save
npm install hexo-renderer-ejs --save
npm install hexo-renderer-less --save
npm install hexo-renderer-sass --save
npm install hexo-renderer-stylus --save
npm insatll hexo-renderer-marked --save分页功能
常见问题解决方法
执行 hexo d 失败
hexo d 失败问题描述
问题分析
解决方法
Last updated