Hello Hexo

The project depends on NodeJS and needs to install nodeJS first.

install manually

1.install hexo

1
npm install hexo

2.init blog

1
npx hexo init blog

3.install dependences

1
2
cd blog
npm install

4.start blog

1
npm run-script server

you can use init.sh One-Click Setup on Mac OSX

1
sh ./init.sh

you can use {% asset_link init.bat init.bat %} One-Click Setup on Windows

1
double click init.bat