Skip to content

DingWH03/hexo-blog

Repository files navigation

My blog

powered by Hexo and Fluid theme

start

git clone https://github.com/DingWH03/hexo-blog.git

build and serve

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