Install Hexo sudo apt-get install nodejs-legacy npm sudo npm install -g hexo-cli Clone website git clone https://github.com/jarsonfang/etesting.git cd etesting && git submodule init && git submodule update Install node_modules cd etesting && npm install Preview on localhost hexo s Generate and deploy hexo clean hexo d -g