部署hexo 发表于 2016-04-04 更新于 2019-08-06 分类于 运维 安装环境安装hexo1234yum updateyum install epel-releaseyum install nodejs git npmnpm install -g hexo-cli 拿到博客的内容123git clone https://github.com/jingniao/blog.git --recursivecd blognpm install 阅读全文 »