powered by Hexo and Fluid theme
git clone https://github.com/DingWH03/hexo-blog.git
npm install # to install modules
npm install -g hexo-cli
hexo clean # to clean last build content
hexo generate # to generate new static content
hexo serve # to lauch a server
or
hexo clean && hexo generate && hexo serve