Powered by Hexo.
commands:
#
npm install hexo-deployer-git --save
# Remove generated files and cache.
hexo clean
# Generate static files.
hexo g
# Deploy website to github.
hexo d
# Create new post
hexo new "Name"
# Start the server.
hexo s