Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/github-badges
GitHub Blog Badges for Everyone
https://github.com/drnic/github-badges
Last synced: 5 days ago
JSON representation
GitHub Blog Badges for Everyone
- Host: GitHub
- URL: https://github.com/drnic/github-badges
- Owner: drnic
- License: mit
- Created: 2008-04-26T04:22:38.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-03T23:45:18.000Z (over 14 years ago)
- Last Synced: 2024-11-01T04:27:42.655Z (12 days ago)
- Language: JavaScript
- Homepage: http://drnicjavascript.rubyforge.org/github_badge/
- Size: 271 KB
- Stars: 104
- Watchers: 4
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.markdown
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
Github Badges
-------------Want to show off your projects on github to world?
Then a sexy badge on your blog would be awesome.Its still under development, but here is a screenshot
of the unit tests + the sample badge below.Live Demo
=========See the project website: [http://drnicjavascript.rubyforge.org/github_badge](http://drnicjavascript.rubyforge.org/github_badge)
Usage
=====It is expected that to use the widget, you will copy + paste + modify
the following snippet into your blog sidebar.
GITHUB_USERNAME = "drnic";
GITHUB_LIST_LENGTH = 10;
GITHUB_HEAD = "div"; // e.g. change to "h2" for wordpress sidebars
GITHUB_THEME = "white"; // try 'black'
GITHUB_TITLE = "My projects"
GITHUB_SHOW_ALL = "Show all"
Black background? If your site has a black background the badge will automatically attempt
to use the `black_badge.css` theme. If it doesn't trigger for your site add the `GITHUB_THEME='black'` code to the configuration above.Website
=======[http://drnicjavascript.rubyforge.org/github_badge](http://drnicjavascript.rubyforge.org/github_badge)
Author
======Dr Nic Williams, [email protected]