GitHub pages theme

A clean concise theme for your GitHub projects

The theme uses Skeleton to provide a responsive layout, so your GitHub page looks great on mobile devices!

It comes with a download button, syntax highlighting and a section at the bottom to credit yourself.

Usage and examples

git remote add gh-pages-theme git@github.com:fublo/gh-pages-theme.git; git fetch gh-pages-theme; git checkout -b gh-pages gh-pages-theme/master; git submodule update --init

Installation

Running this line will install the theme into your repository. It does this by downloading the repository into the gh-pages branch of your repository. Please only do this if you currently do not have a gh-pages branch, because it will try to replace it.

<div class='three columns'>
    <p>This would be three columns in width.</p>
</div>

Using the grid

Above is an example of using Skeleton, using those classes will allow you to build a responsive site. I recommend reading Skeleton's page to learn more about the grid.

See it in action

To see the grid system do its thing just resize this window.