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