11 Commits (8897083cf7b90c0f8e08d0b0932eed2c3baf9684)

Author SHA1 Message Date
Frederic Hemberger e4df98317a Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179 14 years ago
Frederic Hemberger 40a7809d65 Fixes delicious integration #179 14 years ago
Frederic Hemberger 27c736bff5 Minor fixes 14 years ago
Philip Hofstetter 16bb7729ec make listing/not listing of forks configurable
some people have more or less taken over projects with their forks, so
it probably makes sense to still list them among the repositories
14 years ago
Philip Hofstetter 2e1f0c0bfc provide an option to show or not show github profile link 14 years ago
Philip Hofstetter 08af7b4e38 allow limiting the amount of repos to display
by setting github_repo_count to someething that's not 0, you can limit
the amount of repositories to render
14 years ago
Philip Hofstetter f955919348 add github repositories sidebar plugin
if you specify

github_user:

in you _config.yml and once you add asides/github.html to your sidebar
items, this plugin will fetch the specified users github repositories
and order them so the last pushed ones are shown first. Then it'll list
them in the side-bar, including a link and the repository description

The plugin will only list your own repositories, not forks, though this
might need to be configurable later
14 years ago
Brandon Mathis 39d56bc988 Finally a nice solution for mapping relative urls 14 years ago
Brandon Mathis f81bdbc1a8 Added support and documentation for deploying to subdirectories (like
with gh-pages)
14 years ago
Brandon Mathis 5d1d04c52c 1. Made default layout more generic.
2. Added a page layout and improved html on post layout.
3. Improved flexibility of stylesheets for different layout types.
4. Collapsing sidebar now moves it to the bottom of the page and floats
content into columns.
5. Improved sharing settings, added Google plus one.
14 years ago
Brandon Mathis ea349cdfbf Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use 14 years ago