aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-03Added prompt for overwriting posts and pages when a new_post and new_page tas...Brandon Mathis1-0/+10
2011-09-02fixed bug where update_source Rake task was not copying over changes from .th...Brandon Mathis1-7/+5
2011-08-28not using cd in copydot, breaks chained task when further cd's are calledRyan Gibbons1-6/+4
2011-08-25removed octopress.org rsync deploy config from Rakefile. OopsBrandon Mathis1-2/+2
2011-08-25Somehow I replaced Rakefile with oder version, oopsBrandon Mathis1-18/+54
2011-08-25Added warning if users try to add posts, pages, or generate their siteBrandon Mathis1-52/+21
2011-08-25removed unnecessary mkdir_p in update_style, fixed #67Brandon Mathis1-1/+0
2011-08-25sleeps wait, cleaned up rake preview and rake watch a bitBrandon Mathis1-16/+9
2011-08-23Do not rely on system specifc syntax for preview or watch.Benjamin R Doerr1-2/+32
2011-08-22Removes system specific File IO from Rakefile, rather we make use of FileUtils.Benjamin R Doerr1-13/+13
2011-08-23Makes update_source and update_style much more windows friendly.Ben Doerr1-2/+4
2011-08-21added support for deploying "dot" files (eg. .htaccess), fixes #104Brandon Mathis1-2/+14
2011-08-20added stringex gem for permalink url generationPavel Pravosud1-1/+2
2011-08-16added blog_index_dir configuration and improved update_sourceBrandon Mathis1-16/+14
2011-08-11now using rack instead of Jekyll's webrick server, fixes #90Brandon Mathis1-1/+2
2011-08-11fix rake-listmarutanm1-1/+1
2011-08-10added support for preserving customized source/index.html during template upd...Brandon Mathis1-0/+5
2011-07-31udpated rake udpate_source task to preserve custom includes instaed of preser...Brandon Mathis1-2/+1
2011-07-28Rake task update_source now preserves footer as well as navigationBrandon Mathis1-0/+1
2011-07-27fixed update styleBrandon Mathis1-1/+1
2011-07-28Fixed rake update_source and rake update_styleLuke Armstrong1-0/+8
2011-07-27Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory]Luke Armstrong1-1/+1
2011-07-27improved new_post title substitutions, fixed directories in rake update tasksBrandon Mathis1-3/+3
2011-07-26Changed description of new_page rake task, to what it doesMike Ballou1-1/+1
2011-07-26updated push rake task to copy contents of public directory into _deployBrandon Mathis1-1/+1
2011-07-22updated rakefile and config to support url mapping in previous commitBrandon Mathis1-3/+5
2011-07-19added source_update and sass_update rake tasks, for easily updating a blog to...Brandon Mathis1-0/+21
2011-07-19fixed regular expression for new_page rake taskBrandon Mathis1-1/+1
2011-07-19new_page rake task now creates pages as page_name/index.[default_format] if n...Brandon Mathis1-4/+4
2011-07-19In new_post and new_page rake tasks: adding quotes around title attribute for...Brandon Mathis1-2/+2
2011-07-19Changed rake task 'post' to 'new_post' and updated the yaml front matter. Add...Brandon Mathis1-13/+47
2011-07-19Moved plugins to root directory. I'm ditching the idea of shipping plugins wi...Brandon Mathis1-5/+3
2011-07-161. Added rake task for simple configuration of subdirectory deployment.Brandon Mathis1-1/+34
2011-07-16Updated path to plugins.Kent Fenwick1-1/+1
2011-07-11Updated install rake task (now properly copies directory contents) Thanks @pw...Brandon Mathis1-4/+8
2011-07-11Changed _plugins folder to plugins and updated rake tasks accordinglyBrandon Mathis1-2/+3
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to support...Brandon Mathis1-11/+24
2011-06-27Improved the post and init_deploy rake tasksBrandon Mathis1-8/+6
2011-06-27fixed a bug in init_deploy taskBrandon Mathis1-1/+2
2011-06-271. Added Category supportBrandon Mathis1-0/+1
2011-06-221. Improved Deployment and setup tasks in RakefileBrandon Mathis1-25/+27
2011-06-221. Reordered configs in Rakefile based on importance.Brandon Mathis1-4/+7
2011-06-21improved rake tasks for deployment, updated .gitignoreBrandon Mathis1-40/+31
2011-06-171. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdow...Brandon Mathis1-5/+10
2011-06-111. Moved _plugins into themes/classic/_pluginsBrandon Mathis1-3/+7
2011-06-111. Reduced dependencies and updated the gemfileBrandon Mathis1-54/+42
2011-06-08Improved theme install processBrandon Mathis1-11/+0
2011-06-07Another massive commit:Brandon Mathis1-37/+36
2011-05-30Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis1-3/+2
2011-05-15major refactoring, improved file watching, changed site to public to support ...Brandon Mathis1-1/+1