- Install dependencies:
$ git clone https://github.com/ADLINK-EPM/ipi-doc-source.git
$ cd ipi-doc-source
$ npm install
$ npm install hexo-cli -g
- Generate HTML website:
$ hexo clean
$ hexo g
- Run server on local side:
$ hexo s
- your markdown and hexo source must build
- please make sure that website can work at your local side
- the recommneded method is to fork on github, and then send pull requests to the main proejct.
- we will get the notification to merge your changes and go public your html files