July 19, 2011
View 3f2855a

fixed logic for showing dates on page layout

Brandon 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 urls

Brandon Mathis authored on 19/07/2011 at 21:01:14
View e027d82

changed post layout so that blog posts default to comments being turned on

Brandon Mathis authored on 19/07/2011 at 20:34:42
View a71a709

Fixed a bug where blockquotes broke without an author, also refactored a bit for reability

Brandon Mathis authored on 19/07/2011 at 20:32:57
View 98cfd74

In new_post and new_page rake tasks: adding quotes around title attribute for better compatibility with yaml

Brandon Mathis authored on 19/07/2011 at 20:18:40
View 4a40323

Changed rake task 'post' to 'new_post' and updated the yaml front matter. Added 'new_page' rake task for easily adding new pages with a default yaml block

Brandon Mathis authored on 19/07/2011 at 20:09:42
View f08cba2

Updated Readme to break out rake install with more explanation

Brandon Mathis authored on 19/07/2011 at 13:08:21
View 3069892

Improved organziation of _config.yml

Brandon Mathis authored on 19/07/2011 at 13:07:30
View 17c59fb

Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.

Brandon Mathis authored on 19/07/2011 at 13:06:54
July 18, 2011
View 873a604

Fixed header link

Brandon Mathis authored on 18/07/2011 at 22:13:28
View 1fd21a6

Renamed include_file plugin to render_partial, added documentation to include_code and render_partial

Brandon Mathis authored on 18/07/2011 at 21:04:56
View 64b23d9

Improved variable names for setting footer, sharing, sidebar and metadata diesplay from page configurations

Brandon Mathis authored on 18/07/2011 at 20:59:59
View 0f2686e

Refactored layout styles: 1. Now iPad vertical gets a collapsed sidebar with columns 2. Moved sidebar toggler styles from layout to sidebar/base 3. Added body class .sidebar-footer to support an always collapsed sidebar 4. Added $indented-lists (bool) for easily setting list indent preferences 5. Removed no-sidebar checking from sidebar-toggler, handled it through css.

Brandon Mathis authored on 18/07/2011 at 19:33:11
View 4dfc5c1

scoped titlebar styling to figcaptions under figures with role="code", added an example for overriding a style in sass/custom/styles.scss

Brandon Mathis authored on 18/07/2011 at 00:28:02
View 790521a

Added a plugin for easily generating <figure> and <figcaption> with images

Brandon Mathis authored on 18/07/2011 at 00:23:08