Skip to content

backup-ci/etesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%