Skip to content
forked from deprecate/hub.me

A responsive gallery to display your projects on Github

Notifications You must be signed in to change notification settings

raashidA/hub.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hub.me #ftw

Let me guess!

  1. You're a lazy programmer.
  2. You have a lot of cool projects here at Github.
  3. You want to show the world all your open source stuff.

am I right? So guess what, I have the perfect thing to you.

Let me introduce you hub.me, an alternative and responsive gallery to display all your projects on Github.

Why?

Discover it reading the history of my friend Clark Kent here. Portuguese version here.

Getting Started

Step 1:

Just fork this repository.

Step 2:

Then you must change the repository name to yourUsername.github.com.

Step 3:

Now you have to open the index.html and put your username on it.

<script>
	$('body').hubMe({'username': 'yourUsername'});
</script>

Easy, huh?

*Just remember that may take up to 10 minutes to Github activate pages for your account.

Options

There are some nice features you can choose to create a even better gallery.

Themes

If you want another appearance just tell the plugin.

$('body').hubMe({ 'theme': 'black' });

For now you have 3 choices to customize it:

  • blue (default)
  • gray
  • black

And, of course, you can create your own theme and then send to us :)

Exclude

You don't want to display particular projects? Fine.

$('body').hubMe({ 'exclude': ['wormz', 'cufon'] });

Languages

You want the ability to hide the language sections? No problem.

$('body').hubMe({ 'languages': false });

Credits

License

WTFPL

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

About

A responsive gallery to display your projects on Github

Resources

Stars

Watchers

Forks

Packages

No packages published