October 21, 2011 | ||
---|---|---|
View a81ef5e
Improve handling of meta descriptionFrederic Hemberger authored on 21/10/2011 at 13:00:32 |
October 18, 2011 | ||
---|---|---|
View c2a68cc
Make post's date output configurable via _config.yml, closes #164Frederic Hemberger authored on 18/10/2011 at 15:25:31 |
October 4, 2011 | ||
---|---|---|
View 6315527
Adds CDATA sections to atom.xml, fixes #198Frederic Hemberger authored on 04/10/2011 at 17:18:40 |
September 21, 2011 | ||
---|---|---|
View 3dbc379
Updated regex to select less content on postsFrederic Hemberger authored on 21/09/2011 at 09:41:55 |
||
View 0b5215c
Adds first 150 chars of content as meta description, if no page.description specified. Fixes #162Frederic Hemberger authored on 21/09/2011 at 08:08:38 |
September 7, 2011 | ||
---|---|---|
View 3d2d1a8
1. Vastly improved backtick code blocks and added support for Textile 2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin) 3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks 4. Updated render partial to invoke the pre_render method of post_filters 5. Moved Rubypants filter out of default.html into Octopress post_render filters 6. Added raw's safe_wrapper method to codeblock and include_code filtersBrandon Mathis authored on 07/09/2011 at 23:32:57 |
August 20, 2011 | ||
---|---|---|
View 596ec87
now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.ymlBrandon Mathis authored on 20/08/2011 at 20:02:37 |
August 16, 2011 | ||
---|---|---|
View ef4a42f
Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocksBrandon Mathis authored on 16/08/2011 at 06:40:47 |
||
View a5f8714
expand_urls now correctly matches urls pointing to the root directory, allowing / to be replaced with /subdir/ if site is configured with a different root directoryBrandon Mathis authored on 16/08/2011 at 04:41:57 |
August 1, 2011 | ||
---|---|---|
View ff1dba1
Backtick codeblocks now correctly replace & with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.Brandon Mathis authored on 01/08/2011 at 13:06:37 |
July 28, 2011 | ||
---|---|---|
View 49a6778
Add support using github backtick code blocks without supplying a languageBrandon Mathis authored on 28/07/2011 at 19:59:27 |
||
View a516c77
improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML supportBrandon Mathis authored on 28/07/2011 at 19:21:34 |
||
View 7209aaf
updated Github style backtick filter to support textile, markdown and htmlBrandon Mathis authored on 28/07/2011 at 18:44:18 |
July 27, 2011 | ||
---|---|---|
View 4a22546
fixed bug where multiple github style codeblcoks were getting eatenBrandon Mathis authored on 27/07/2011 at 22:32:06 |
||
View d0f56ef
fixed bug in backtick_codeblock where indentations were being unintentionally removedBrandon Mathis authored on 27/07/2011 at 03:56:14 |