Hexo是一款基于Node.js的静态博客框架,可以生成静态网页托管在GitHub上。中文文档见HEXO
git --version
node -v
npm -v
安装完成上述三个配置后,利用下列代码创建blog文件夹作为博客库: hexo init blog
hexo init blog