Hexo静态博客使用指南 发表于 2015-05-24 | 分类于 Hexo | 安装Hexo123yum install npm -ynpm config set registry http://registry.npm.taobao.org/npm install hexo-cli -g12hexo init blogcd blogHexo常用插件安装与配置1234567npm install hexo --savenpm install hexo-generator-index --savenpm install hexo-generator-archive --savenpm install hexo-generator-category --savenpm install hexo-generator-tag --savenpm install hexo-server --savenpm install hexo-deployer-git --save1234cd blognpm installcd themesgit clone https://github.com/moretwo/hexo-theme.git