99x / 99x.github.io

Listing all public GitHub projects in a given organization
MIT License
14 stars 31 forks source link
opensource

99x.github.io

One can use this repository to generate their own GitHub page for the profile of user or organization .

Installation

Just fork the repository and rename it as YOURUSERNAME.github.io

Configuration

Heres a look at the config.json

{
  "title": "99x Open Source", // For page Title
  "org_name": "99x", // Your organization name (for headers )
  "git_org_name" : "99x", // GitHub Username
  "base_url": "https://opensource.99x.io/", // Your domain root
  "blog_url": "https://99x.io/blog/",  // Blog URL
  "logo_url": "images/opensource-logo-99x.png" // Header Logo image
}

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

1.We forked initial reposity from linkedin.github.io 2.Published a code to suit for our organiztion 99x.github.io/ opensource.99x.io 3.We are working with goal making this a super easy boiletplate for everyone to easily create your profile page

License

MIT