💡 The website is built with Hexo Nodejs blog framework. You can see the generated files at org/org.github.io repository.
Install dependencies:
$ git clone https://github.com/org/site.git
$ cd site
$ npm install
Generate:
$ hexo generate
Run server:
$ hexo server