aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-04-17irrisponsibly massive commitBrandon Mathis1-94/+35
2010-08-03Correctly check for failing ServeKevin W. Gisi1-2/+5
2010-08-03Fixed 'rake preview on fails vanilla install' bugKevin W. Gisi1-4/+2
2010-07-26fixed rake preview and updated sass to sass3 syntaxB Mathis1-3/+3
2010-05-26Use Bundler for dependency managementdbloete1-1/+4
2010-05-26Explicitly require the helpersdbloete1-0/+1
2010-05-26Fix compass/sass deprecation warningsdbloete1-1/+1
2010-03-10now Octopress uses partialsB Mathis1-16/+20
2010-02-05Fix sitemap regenerationRyan Daigle1-1/+1
2010-02-05Update to rakefile to allow working on a single post at a time (and saving re...Ryan Daigle1-2/+19
2009-12-13changed default github pages deploy branch to masterB Mathis1-1/+1
2009-12-07added a rake task for creating a new postB Mathis1-0/+12
2009-11-25fixed default deploy taskB Mathis1-0/+5
2009-11-25improved rake file feedback during deployB Mathis1-3/+8
2009-11-24trying one more thing with the rake task auto pushB Mathis1-1/+1
2009-11-24fixed deploy var in rake taskB Mathis1-1/+1
2009-11-24fixed branch name in rakefileB Mathis1-1/+1
2009-11-24fixed variables for github in rakefileB Mathis1-2/+3
2009-11-24tweaked rakefile github deployB Mathis1-1/+0
2009-11-24fixed source_branch variable name in github deploy scriptB Mathis1-1/+1
2009-11-24renamed rake task for github deployB Mathis1-1/+1
2009-11-24updated rakefile to support github user pages, and github project pages for d...B Mathis1-14/+13
2009-11-24updated rakefile to support github pages deploymentsB Mathis1-1/+25
2009-11-13fixed the deploy rake task so it will delete the debug pagesB Mathis1-1/+1
2009-11-11updated rakefile to generate pygments syntax highlightingB Mathis1-1/+1
2009-11-07udpated thirdparty integration, it is now conditionally added, updated readmeB Mathis1-3/+4