aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* added itegration to gen_deployBrandon Mathis2011-09-121-1/+1
* Fix an issue in 'watch' and 'preview' where main process is terminated with c...fhemberger2011-09-121-9/+6
* Move generate + deploy to separate taskfhemberger2011-09-121-1/+6
* Generate site before deploying, execute tasks in sequencefhemberger2011-09-121-1/+2
* Copy dotfiles also for subdirectoriesfhemberger2011-09-121-4/+4
* moved from Posix::Span to Process.span, fixing #46Brandon Mathis2011-09-081-5/+5
* Updated new_post and new_page taks to use new ask method for dialogsBrandon Mathis2011-09-041-6/+2
* Merge branch 'master' of https://github.com/fhemberger/octopress into fhember...Brandon Mathis2011-09-041-0/+17
|\
| * install: Adds confirmation before overwriting existing source_dirfhemberger2011-09-041-0/+17
* | Added prompt for overwriting posts and pages when a new_post and new_page tas...Brandon Mathis2011-09-031-0/+10
* | fixed bug where update_source Rake task was not copying over changes from .th...Brandon Mathis2011-09-021-7/+5
|/
* not using cd in copydot, breaks chained task when further cd's are calledRyan Gibbons2011-08-281-6/+4
* removed octopress.org rsync deploy config from Rakefile. OopsBrandon Mathis2011-08-251-2/+2
* Somehow I replaced Rakefile with oder version, oopsBrandon Mathis2011-08-251-18/+54
* Added warning if users try to add posts, pages, or generate their siteBrandon Mathis2011-08-251-52/+21
* removed unnecessary mkdir_p in update_style, fixed #67Brandon Mathis2011-08-251-1/+0
* sleeps wait, cleaned up rake preview and rake watch a bitBrandon Mathis2011-08-251-16/+9
* Do not rely on system specifc syntax for preview or watch.Benjamin R Doerr2011-08-231-2/+32
* Removes system specific File IO from Rakefile, rather we make use of FileUtils.Benjamin R Doerr2011-08-221-13/+13
* Makes update_source and update_style much more windows friendly.Ben Doerr2011-08-231-2/+4
* added support for deploying "dot" files (eg. .htaccess), fixes #104Brandon Mathis2011-08-211-2/+14
* added stringex gem for permalink url generationPavel Pravosud2011-08-201-1/+2
* added blog_index_dir configuration and improved update_sourceBrandon Mathis2011-08-161-16/+14
* Merge branch 'master' of github.com:imathis/octopressBrandon Mathis2011-08-111-1/+6
|\
| * fix rake-listmarutanm2011-08-111-1/+1
| * added support for preserving customized source/index.html during template upd...Brandon Mathis2011-08-101-0/+5
* | now using rack instead of Jekyll's webrick server, fixes #90Brandon Mathis2011-08-111-1/+2
|/
* udpated rake udpate_source task to preserve custom includes instaed of preser...Brandon Mathis2011-07-311-2/+1
* Rake task update_source now preserves footer as well as navigationBrandon Mathis2011-07-281-0/+1
* fixed update styleBrandon Mathis2011-07-271-1/+1
* Fixed rake update_source and rake update_styleLuke Armstrong2011-07-281-0/+8
* Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory]Luke Armstrong2011-07-271-1/+1
* improved new_post title substitutions, fixed directories in rake update tasksBrandon Mathis2011-07-271-3/+3
* Changed description of new_page rake task, to what it doesMike Ballou2011-07-261-1/+1
* updated push rake task to copy contents of public directory into _deployBrandon Mathis2011-07-261-1/+1
* updated rakefile and config to support url mapping in previous commitBrandon Mathis2011-07-221-3/+5
* added source_update and sass_update rake tasks, for easily updating a blog to...Brandon Mathis2011-07-191-0/+21
* fixed regular expression for new_page rake taskBrandon Mathis2011-07-191-1/+1
* new_page rake task now creates pages as page_name/index.[default_format] if n...Brandon Mathis2011-07-191-4/+4
* In new_post and new_page rake tasks: adding quotes around title attribute for...Brandon Mathis2011-07-191-2/+2
* Changed rake task 'post' to 'new_post' and updated the yaml front matter. Add...Brandon Mathis2011-07-191-13/+47
* Moved plugins to root directory. I'm ditching the idea of shipping plugins wi...Brandon Mathis2011-07-191-5/+3
* Merge branch 'edge' of github.com:imathis/octopress into edgeBrandon Mathis2011-07-161-1/+1
|\
| * Updated path to plugins.Kent Fenwick2011-07-161-1/+1
* | 1. Added rake task for simple configuration of subdirectory deployment.Brandon Mathis2011-07-161-1/+34
|/
* Updated install rake task (now properly copies directory contents) Thanks @pw...Brandon Mathis2011-07-111-4/+8
* Changed _plugins folder to plugins and updated rake tasks accordinglyBrandon Mathis2011-07-111-2/+3
* Moved themes to .themes to get it out of the way. Updated Rakefile to support...Brandon Mathis2011-06-291-11/+24
* Improved the post and init_deploy rake tasksBrandon Mathis2011-06-271-8/+6
* fixed a bug in init_deploy taskBrandon Mathis2011-06-271-1/+2