hexo init
仅留下 modules 和 package 的两个 json 文件
复制之前博客的剩余文件
npm install hexo-theme-next -- save
npm install hexo-deployer-git --no-optional --save
npm install hexo-generator-sitemap --no-optional --save
npm install hexo-word-counter --no-optional --save
npm install prism-themes --no-optional --save
npm install hexo-generator-searchdb --no-optional --saveclone NexT 仓库
hexo clean; hexo g; hexo d;
hexo clean; hexo g; hexo s;