One can use this repository to generate their own GitHub page for the profile of user or organization .
Just fork the repository and rename it as YOURUSERNAME.github.io
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
}
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
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