Pro Git (第一版) 中文版

About

This project aims to generate html pages for Pro Git book from Book Source using node.js.

The generated HTML pages can be hosted on the GitHub via Github Pages.

Demo demo. Screenshots Desktop Tablet Mobile

How to build

Download and install Node.js.

Get a copy of this project:

git clone https://github.com/iissnan/progit.git progit

If you want to host this pages yourself, you need to fork this project to your account first.

Install dependencies:

npm install

Get book source:

Book source is involved as a git submodule. Run the following command to init the submodule.

git submodule init git submodule update

Generate HTML pages:

node lib/build

Push to your repository's gh-pages branch.

git push origin gh-pages

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。