© 1999-2048 dssz.net 粤ICP备11031372号
[其它] 基于Node.js搭建hexo博客过程详解
说明:一、安装新版本的nodejs和npm 安装n模块: npm install -g n 升级node.js到最新稳定版 n stable 二、安装hexo note: 参考github,不要去其官网 安装Hexo npm install hexo-cli -g Setup your blog hexo init blemesh cd blemesh 安装Cactus主题,众多开源主题中比较简洁的一个: 主题页 Cactus页 git clone https://github.com<weixin_38682254> 上传 | 大小:110kb