AndreLion / about

Everything *about* yourself on Github, a better introduction page than official profile page.

Home Page:http://andrelion.github.io/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github About Page

Version 2.0

Everything about yourself on Github.

This project helps you to build a about page to introduce all your information on Github, including your profile, public repositories and contribution frequency. All you need to do is to fork this repository then activate its gh-pages branch. Your about page is hosted under your own Github and you can show it to others as a clear and intuitive introduction of your work at Github.

Briefly speaking, Github official user profile page sucks, so I improved it and made it easy to use by others.

Take a quick glance at the Github About Page below as an example and you can preview your own.

Preview

Features

  1. A better self-introduction page of Github than official one.
  2. Clearly list your Github profile, public repositories and contributiong frequency.
  3. You can customise and extend your information on the page.
  4. Easy to use. There only 2 steps then you can have your own Github About Page.
  5. Update notification when new version or bugfix is available.

How to get your own Github About Page?

It's very easy, there are only two steps you need to do:

  1. Fork me.
  2. Activate the gh-pages by modifying the file called modify-me.md under your gh-pages branch https://github.com/your-github-ID/about/tree/gh-pages.

Then, wait at most ten minutes till your own Github About Page has been shipped.

The Url would be http://your-github-ID.github.io/about/

How to customise your own Github About Page?

You can change your code to whatever you like because you have the ownership of the repository after you fork it. However, there are two ways to extend your Githua About Page easily:

  1. config.json : in this file, you can extend your personal or repo information. For more details, plase check the comment in this file.
  2. css/style.css : in the bottom of this file, you can add your own stylesheet to make you repo card perfectly shows in your Github About Page.

How to keep update?

When there is a new version available, a notification will be shown on your Github About Page. Then you need to do some command work to make your Github About Page catching up the latest version.

  1. Syncing a fork in local.
  2. Pushing a branch to remote.

Or, there is another eaiser method to do so:

  1. Delete your about repository.
  2. Goto: How to get your own Github About Page

Acknowledge

This project is powered by jQuery, Bootstrap, Github API and Packery.

Open Source License

For non-commercial, personal, or open source projects and applications, you may use Github About Page under the terms of the GPL v3 License. You may use this project for free.

About

Everything *about* yourself on Github, a better introduction page than official profile page.

http://andrelion.github.io/about/

License:GNU General Public License v3.0