| July 21, 2011 | ||
|---|---|---|
| View 44e1351 1. Added condition to full_url filter to allow it to be used as a root_url 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 pluginBrandon Mathis authored on 21/07/2011 at 19:45:09 | ||
| July 20, 2011 | ||
|---|---|---|
| View 05e4b79 made bottom margin for code blocks more consistantBrandon Mathis authored on 20/07/2011 at 16:20:29 | ||
| View 0843c02 improved documentation on codeblock pluginBrandon Mathis authored on 20/07/2011 at 16:11:52 | ||
| View c030550 added optional title to include code tagBrandon Mathis authored on 20/07/2011 at 15:02:49 | ||
| View ae51fe8 removed incorrect usage of gsub! which was returning nil if the substitution was not found. Now strips leading and trailing whitespaceBrandon Mathis authored on 20/07/2011 at 15:01:34 | ||
| View 3587076 updated gist_tag.rb to use <div>s to get around RDiscount's foolishnessBrandon Mathis authored on 20/07/2011 at 04:41:21 | ||
| View af39f96 cleaned up config for generic useBrandon Mathis authored on 20/07/2011 at 03:01:25 | ||
| View f6774b7 moved the favicon.png to the root directory for better discoverabilityBrandon Mathis authored on 20/07/2011 at 02:43:29 | ||
| View 19df7e8 added source_update and sass_update rake tasks, for easily updating a blog to the latest themeBrandon Mathis authored on 20/07/2011 at 02:18:34 | ||
| July 19, 2011 | ||
|---|---|---|
| View 6a149ea Updated Readme with latest instructionsBrandon Mathis authored on 19/07/2011 at 22:48:02 | ||
| View 6f646e7 added <div> wrappers to code blocks because rdiscount stupidly wraps <figure> tags with paragraphs. Grr.Brandon Mathis authored on 19/07/2011 at 22:00:56 | ||
| View cc1cfa5 fixed regular expression for new_page rake taskBrandon Mathis authored on 19/07/2011 at 21:29:23 | ||
| View 3f2855a fixed logic for showing dates on page layoutBrandon Mathis authored on 19/07/2011 at 21:28:36 | ||
| View 6006ac8 new_page rake task now creates pages as page_name/index.[default_format] if no file extension is passed. By default this creates nicer urlsBrandon Mathis authored on 19/07/2011 at 21:01:14 | ||
| View e027d82 changed post layout so that blog posts default to comments being turned onBrandon Mathis authored on 19/07/2011 at 20:34:42 | ||