~/your-org.github.io$ git pull https://github.com/repo-utils/badgeboard.git
~/your-org.github.io$ make ; make db
~/your-org.github.io$ git commit index.html src/db.json -m 'rebuild'
~/your-org.github.io$ git push
~$ git clone https://github.com/repo-utils/badgeboard.git your-org.github.io
Change:
- src/maintainers.json
- src/projects.json
- .gitignore (unignore autogenerated files)
Make it:
~/your-org.github.io$ make db
~/your-org.github.io$ make
~/your-org.github.io$ git add src/db.json index.html
~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'
Test it:
~/your-org.github.io$ firefox index.html