Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other languages) and Hexo generates static files with a beautiful theme in seconds.
7.1 安装Git
7.2 安装Node.js
1 2
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh $ nvm install 4
7.3 安装Hexo
1 2 3 4 5
$ npm install -g hexo-cli $ hexo init <folder> $ cd <folder> $ npm install $ hexo server