Hexo安装步骤
Hexo官网
环境准备
Nodejs
Git
node -v
npm -v
安装Hexo
npm install hexo-cli -g
# cd到你需要创建博客的文件夹
hexo init blog
cd blog
npm install
hexo server


Next主题
安装Next
cd your-hexo-site
git clone https://github.com/theme-next/hexo-theme-next themes/next
图片插件
npm ins