aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/asides (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-045-78/+0
|
* Recent posts sidebar now correctly observes titlecase settingsBrandon Mathis2013-05-091-1/+1
|
* Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis2013-03-092-20/+1
|
* Github -> GitHub (capitalization)Fletcher Tomalty2012-02-191-2/+2
|
* removed size restriction on twitter sidebar follow buttonBrandon Mathis2011-12-101-1/+1
|
* Adds support for Google+ widget, supports author information in search ↵Frederic Hemberger2011-10-171-0/+11
| | | | results, fixes #203
* Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179Frederic Hemberger2011-10-061-1/+1
|
* Fixes delicious integration #179Frederic Hemberger2011-09-261-2/+3
|
* Minor fixesFrederic Hemberger2011-09-211-1/+1
|
* make listing/not listing of forks configurablePhilip Hofstetter2011-08-041-0/+1
| | | | | some people have more or less taken over projects with their forks, so it probably makes sense to still list them among the repositories
* provide an option to show or not show github profile linkPhilip Hofstetter2011-08-041-0/+3
|
* allow limiting the amount of repos to displayPhilip Hofstetter2011-08-041-1/+6
| | | | | by setting github_repo_count to someething that's not 0, you can limit the amount of repositories to render
* add github repositories sidebar pluginPhilip Hofstetter2011-08-041-0/+21
| | | | | | | | | | | | | | 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
* Finally a nice solution for mapping relative urlsBrandon Mathis2011-07-223-3/+3
|
* Added support and documentation for deploying to subdirectories (likeBrandon Mathis2011-07-163-3/+3
| | | | with gh-pages)
* 1. Made default layout more generic.Brandon Mathis2011-07-121-2/+0
| | | | | | | | 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.
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-294-0/+57
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