Powered by hexo
# globally install hexo
$ npm install -g hexo
# install a plugin for deployment to git page
$ npm install hexo-deployer-git --save$ hexo new 'TITTLE'Edit the file in source\_posts.
# compile the files
$ hexo g
# start server to check the updates
$ hexo s
# deploy to git page
$ hexo clean && hexo g -dFind hexo themes here
# Install the theme
$ git submodule add <repo> themes/<theme-name>Modify theme in _config.yml
theme: landscape