0%
初始化&一些基础命令
init hexo
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| // 安装主题 https://github.com/next-theme/hexo-theme-next npm install hexo-theme-next
// 安装 https://github.com/theme-next/hexo-symbols-count-time npm install hexo-symbols-count-time
// 安装 https://github.com/wzpan/hexo-generator-search npm install hexo-generator-search --save
// 安装 https://github.com/next-theme/hexo-generator-searchdb npm install hexo-generator-searchdb
// 安装deploy插件 npm install hexo-deployer-git
|