Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make listing/not listing of forks configurable | Philip Hofstetter | 2011-08-04 | 2 | -2/+4 |
| | | | | | 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 link | Philip Hofstetter | 2011-08-04 | 1 | -0/+3 |
| | |||||
* | allow limiting the amount of repos to display | Philip Hofstetter | 2011-08-04 | 2 | -6/+15 |
| | | | | | by setting github_repo_count to someething that's not 0, you can limit the amount of repositories to render | ||||
* | add github repositories sidebar plugin | Philip Hofstetter | 2011-08-04 | 2 | -0/+59 |
| | | | | | | | | | | | | | | 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 | ||||
* | added header to customizable includes | Brandon Mathis | 2011-08-01 | 2 | -6/+7 |
| | |||||
* | added custom partials for for footer and navigation | Brandon Mathis | 2011-07-31 | 4 | -8/+10 |
| | |||||
* | added support for custom includes | Brandon Mathis | 2011-07-31 | 3 | -2/+8 |
| | |||||
* | limited atom feed to 20 most recent items | Brandon Mathis | 2011-07-31 | 1 | -1/+1 |
| | |||||
* | removed unused sidebar include | Brandon Mathis | 2011-07-30 | 1 | -1/+0 |
| | |||||
* | added multi sidebar support | Brandon Mathis | 2011-07-30 | 4 | -4/+25 |
| | |||||
* | Merge branch 'master' of https://github.com/woodwardjd/octopress into ↵ | Brandon Mathis | 2011-07-29 | 1 | -4/+1 |
|\ | | | | | | | woodwardjd-master | ||||
| * | allow select and order of sidebar components to be configurable in jekyll's ↵ | Jason Woodward | 2011-07-28 | 1 | -4/+1 |
| | | | | | | | | _config.yml | ||||
* | | Improved support for adding author metadata to pages | Brandon Mathis | 2011-07-29 | 2 | -1/+7 |
| | | |||||
* | | Now rss link in head will update correctly with changes to the config | Brandon Mathis | 2011-07-28 | 1 | -1/+2 |
| | | |||||
* | | added cannonical link to head | Brandon Mathis | 2011-07-28 | 1 | -0/+1 |
| | | |||||
* | | removed appcache because it was annoying firefox users | Brandon Mathis | 2011-07-28 | 1 | -1/+1 |
|/ | |||||
* | added support for github style backtick code blocks | Brandon Mathis | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 2011-07-26 | 1 | -12/+1 |
| | | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists | ||||
* | Stops the (scary) warning bar in Firefox about storing data for offline usage. | Luke Armstrong | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | improved navigation selection and fixed mobile nav select | Brandon Mathis | 2011-07-24 | 3 | -4/+4 |
| | |||||
* | fixed misspelling of exerpt to excerpt for in the Octopress filters | Brandon Mathis | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | Finally a nice solution for mapping relative urls | Brandon Mathis | 2011-07-22 | 11 | -24/+25 |
| | |||||
* | 1. Added condition to full_url filter to allow it to be used as a root_url ↵ | Brandon Mathis | 2011-07-21 | 2 | -3/+3 |
| | | | | | | appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter 2. Added documentation for the include_code plugin | ||||
* | moved the favicon.png to the root directory for better discoverability | Brandon Mathis | 2011-07-19 | 2 | -1/+1 |
| | |||||
* | fixed logic for showing dates on page layout | Brandon Mathis | 2011-07-19 | 1 | -6/+2 |
| | |||||
* | changed post layout so that blog posts default to comments being turned on | Brandon Mathis | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed header link | Brandon Mathis | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Improved variable names for setting footer, sharing, sidebar and metadata ↵ | Brandon Mathis | 2011-07-18 | 7 | -12/+13 |
| | | | | diesplay from page configurations | ||||
* | Minor update to navigation, Updated Copyright, added beginning upgrade | Brandon Mathis | 2011-07-16 | 1 | -1/+1 |
| | | | | instructions. | ||||
* | 1. Added rake task for simple configuration of subdirectory deployment. | Brandon Mathis | 2011-07-16 | 2 | -9/+9 |
| | | | | | 2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links | ||||
* | Added support and documentation for deploying to subdirectories (like | Brandon Mathis | 2011-07-16 | 8 | -14/+14 |
| | | | | with gh-pages) | ||||
* | 1. Udated category layout | Brandon Mathis | 2011-07-15 | 2 | -6/+9 |
| | | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements | ||||
* | Changed archive links from blog/archives/index.html to blog/archives | Brandon Mathis | 2011-07-13 | 2 | -2/+2 |
| | |||||
* | Moved some post partials into source/_includes/post/ and updated include | Brandon Mathis | 2011-07-13 | 8 | -12/+10 |
| | | | | links | ||||
* | 1. Styled pagination for blog index | Brandon Mathis | 2011-07-13 | 6 | -19/+20 |
| | | | | | | | | | 2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs | ||||
* | fixed sidebar columnization | Brandon Mathis | 2011-07-13 | 1 | -7/+9 |
| | |||||
* | 1. Made default layout more generic. | Brandon Mathis | 2011-07-12 | 12 | -36/+89 |
| | | | | | | | | 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. | ||||
* | Fixed broken link to archives.html in index.html | Patrick White | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Fixed broken link to archives page. | Patrick White | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | improved page title generation | Brandon Mathis | 2011-07-03 | 1 | -5/+1 |
| | |||||
* | 1. Updated config so blog categories get ouput to /blog/categories | Brandon Mathis | 2011-07-01 | 1 | -0/+0 |
| | | | | | 2. Increased default pagination to 10 posts per page 3. Explained email address for RSS feed better | ||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 79 | -0/+2636 |
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 |