Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 727 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 727 Bytes

A webpage to show the projects you have open sourced in github. You can take a look to the live demo.

How to start

  1. Request a github access token for the generator script. Then excute echo your_access_token > token.

  2. Install python module PyGithub pip install pygithub.

  3. Excute ./gen_data.sh. It will generate the data.json file into your data subdirectory.

  4. Modify the data.json. For example, reorder or classify the repositories.

  5. Now you can open the index.html to see the final effect.

Example

Checkout to the branch mine to see my personal example.