September 17, 2011
View 41cbe78

Merge pull request #154 from jcsims/rake_dotcopy_fix

Brandon Mathis authored on 17/09/2011 at 23:46:05
View 1a562b9

Fixes #150. Strip leading path before checking for excluded file.

Chris Sims authored on 17/09/2011 at 23:34:09
View 728bdad

removes index.html from canonical urls. closes #153

Brandon Mathis authored on 17/09/2011 at 14:40:14
September 12, 2011
View 48cd279

added itegration to gen_deploy

Brandon Mathis authored on 12/09/2011 at 19:51:49
View 5656483

Fix an issue in 'watch' and 'preview' where main process is terminated with child processes still running

fhemberger authored on 12/09/2011 at 19:36:14
View 04973e0

Move generate + deploy to separate task

fhemberger authored on 12/09/2011 at 18:48:26
View 960a57c

Generate site before deploying, execute tasks in sequence

fhemberger authored on 12/09/2011 at 17:49:18
View 5c27554

Copy dotfiles also for subdirectories

fhemberger authored on 12/09/2011 at 17:46:11
September 8, 2011
View 7c1c24f

moved from Posix::Span to Process.span, fixing #46

Brandon Mathis authored on 08/09/2011 at 16:54:07
View 7e75d2f

updated Gemfile.lock

Brandon Mathis authored on 08/09/2011 at 15:39:49
View 71ad718

Merge branch 'sinatra_static_server' of https://github.com/scottwater/octopress into scottwater-sinatra_static_server

Brandon Mathis authored on 08/09/2011 at 15:31:36
View a289c90

improved backtick codeblock's handling of the raw option

Brandon Mathis authored on 08/09/2011 at 04:29:54
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 filters

Brandon Mathis authored on 07/09/2011 at 23:32:57
View b25db54

Merge branch 'post_filters'

Brandon Mathis authored on 07/09/2011 at 23:34:17
View 9d2c76e

Added {% raw %} liquid block, allowing for blocks of code which are not parsed by Liquid

Brandon Mathis authored on 07/09/2011 at 22:49:20