| Commit message (Expand) | Author | Files | Lines |
2011-09-22 | renamed github pages configuration task | Brandon Mathis | 1 | -1/+1 |
2011-09-22 | Removes compass_compiler.rb | Frederic Hemberger | 1 | -0/+1 |
2011-09-22 | Restored copying public into _deploy. fixes #169 | Brandon Mathis | 1 | -0/+1 |
2011-09-22 | improved github configuration raketask | Brandon Mathis | 1 | -9/+38 |
2011-09-22 | copydot task can be called with parameters, no need for separate copydot_deploy | Frederic Hemberger | 1 | -19/+8 |
2011-09-21 | Fixed issue where dotfiles were not being copied to _deploy for github pages ... | Brandon Mathis | 1 | -2/+13 |
2011-09-21 | fixed issue where public was being copied into _deploy | Brandon Mathis | 1 | -1/+1 |
2011-09-19 | Removing glob because globbing does not pick up dotfiles. | Tom Miller | 1 | -1/+1 |
2011-09-18 | Wraps git commit message in double quotes, fixes #139 | Frederic Hemberger | 1 | -2/+2 |
2011-09-18 | Aligns naming of .pygments-cache, .gist-cache and .sass-cache | Frederic Hemberger | 1 | -2/+2 |
2011-09-17 | Fixes #150. Strip leading path before checking for excluded file. | Chris Sims | 1 | -1/+1 |
2011-09-12 | added itegration to gen_deploy | Brandon Mathis | 1 | -1/+1 |
2011-09-12 | Fix an issue in 'watch' and 'preview' where main process is terminated with c... | fhemberger | 1 | -9/+6 |
2011-09-12 | Move generate + deploy to separate task | fhemberger | 1 | -1/+6 |
2011-09-12 | Generate site before deploying, execute tasks in sequence | fhemberger | 1 | -1/+2 |
2011-09-12 | Copy dotfiles also for subdirectories | fhemberger | 1 | -4/+4 |
2011-09-08 | moved from Posix::Span to Process.span, fixing #46 | Brandon Mathis | 1 | -5/+5 |
2011-09-04 | Updated new_post and new_page taks to use new ask method for dialogs | Brandon Mathis | 1 | -6/+2 |
2011-09-04 | install: Adds confirmation before overwriting existing source_dir | fhemberger | 1 | -0/+17 |
2011-09-03 | Added prompt for overwriting posts and pages when a new_post and new_page tas... | Brandon Mathis | 1 | -0/+10 |
2011-09-02 | fixed bug where update_source Rake task was not copying over changes from .th... | Brandon Mathis | 1 | -7/+5 |
2011-08-28 | not using cd in copydot, breaks chained task when further cd's are called | Ryan Gibbons | 1 | -6/+4 |
2011-08-25 | removed octopress.org rsync deploy config from Rakefile. Oops | Brandon Mathis | 1 | -2/+2 |
2011-08-25 | Somehow I replaced Rakefile with oder version, oops | Brandon Mathis | 1 | -18/+54 |
2011-08-25 | Added warning if users try to add posts, pages, or generate their site | Brandon Mathis | 1 | -52/+21 |
2011-08-25 | removed unnecessary mkdir_p in update_style, fixed #67 | Brandon Mathis | 1 | -1/+0 |
2011-08-25 | sleeps wait, cleaned up rake preview and rake watch a bit | Brandon Mathis | 1 | -16/+9 |
2011-08-23 | Do not rely on system specifc syntax for preview or watch. | Benjamin R Doerr | 1 | -2/+32 |
2011-08-22 | Removes system specific File IO from Rakefile, rather we make use of FileUtils. | Benjamin R Doerr | 1 | -13/+13 |
2011-08-23 | Makes update_source and update_style much more windows friendly. | Ben Doerr | 1 | -2/+4 |
2011-08-21 | added support for deploying "dot" files (eg. .htaccess), fixes #104 | Brandon Mathis | 1 | -2/+14 |
2011-08-20 | added stringex gem for permalink url generation | Pavel Pravosud | 1 | -1/+2 |
2011-08-16 | added blog_index_dir configuration and improved update_source | Brandon Mathis | 1 | -16/+14 |
2011-08-11 | now using rack instead of Jekyll's webrick server, fixes #90 | Brandon Mathis | 1 | -1/+2 |
2011-08-11 | fix rake-list | marutanm | 1 | -1/+1 |
2011-08-10 | added support for preserving customized source/index.html during template upd... | Brandon Mathis | 1 | -0/+5 |
2011-07-31 | udpated rake udpate_source task to preserve custom includes instaed of preser... | Brandon Mathis | 1 | -2/+1 |
2011-07-28 | Rake task update_source now preserves footer as well as navigation | Brandon Mathis | 1 | -0/+1 |
2011-07-27 | fixed update style | Brandon Mathis | 1 | -1/+1 |
2011-07-28 | Fixed rake update_source and rake update_style | Luke Armstrong | 1 | -0/+8 |
2011-07-27 | Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory] | Luke Armstrong | 1 | -1/+1 |
2011-07-27 | improved new_post title substitutions, fixed directories in rake update tasks | Brandon Mathis | 1 | -3/+3 |
2011-07-26 | Changed description of new_page rake task, to what it does | Mike Ballou | 1 | -1/+1 |
2011-07-26 | updated push rake task to copy contents of public directory into _deploy | Brandon Mathis | 1 | -1/+1 |
2011-07-22 | updated rakefile and config to support url mapping in previous commit | Brandon Mathis | 1 | -3/+5 |
2011-07-19 | added source_update and sass_update rake tasks, for easily updating a blog to... | Brandon Mathis | 1 | -0/+21 |
2011-07-19 | fixed regular expression for new_page rake task | Brandon Mathis | 1 | -1/+1 |
2011-07-19 | new_page rake task now creates pages as page_name/index.[default_format] if n... | Brandon Mathis | 1 | -4/+4 |
2011-07-19 | In new_post and new_page rake tasks: adding quotes around title attribute for... | Brandon Mathis | 1 | -2/+2 |
2011-07-19 | Changed rake task 'post' to 'new_post' and updated the yaml front matter. Add... | Brandon Mathis | 1 | -13/+47 |