There are two ways to deploy the badge board.
The first is to deploy it at https://<your-org>.github.io.
To do so, simply push your badgeboard to https://github.com/<your-org>/<your-org>.github.io.
The second way is to deploy it to a URL like https://<your-org>.github.io/badgeboard.
You may prefer this method if you are already have a page for your GitHub organization.
To do so, push your badgeboard to https://github.com/<your-org>/badgeboard
and change the default branch to gh-pages instead of master.
Of course, you don’t have to name the repository badgeboard - you can name it whatever you’d like.
Pulling from here:
You’ll probably need to resolve merge conflicts after you do
git pull.Creating new badgeboard:
1. clone this repo
2. change
config.yaml3. change
.gitignore, unignore autogenerated files, see comments there. Specifically, you want to uncommentindex.htmlfrom the.gitignore.4. make it:
5. test it:
6. add autogenerated files so they will appear on github pages:
Deployment Methods
There are two ways to deploy the badge board. The first is to deploy it at
https://<your-org>.github.io. To do so, simply push your badgeboard tohttps://github.com/<your-org>/<your-org>.github.io.The second way is to deploy it to a URL like
https://<your-org>.github.io/badgeboard. You may prefer this method if you are already have a page for your GitHub organization. To do so, push your badgeboard tohttps://github.com/<your-org>/badgeboardand change the default branch togh-pagesinstead ofmaster. Of course, you don’t have to name the repositorybadgeboard- you can name it whatever you’d like.