aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Added Category supportBrandon Mathis2011-06-271-0/+1
* 1. Improved Deployment and setup tasks in RakefileBrandon Mathis2011-06-221-25/+27
* 1. Reordered configs in Rakefile based on importance.Brandon Mathis2011-06-221-4/+7
* improved rake tasks for deployment, updated .gitignoreBrandon Mathis2011-06-211-40/+31
* 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdow...Brandon Mathis2011-06-171-5/+10
* 1. Moved _plugins into themes/classic/_pluginsBrandon Mathis2011-06-111-3/+7
* 1. Reduced dependencies and updated the gemfileBrandon Mathis2011-06-111-54/+42
* Improved theme install processBrandon Mathis2011-06-081-11/+0
* Another massive commit:Brandon Mathis2011-06-071-37/+36
* Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis2011-05-301-3/+2
* major refactoring, improved file watching, changed site to public to support ...Brandon Mathis2011-05-151-1/+1
* irrisponsibly massive commitBrandon Mathis2011-04-171-94/+35
* Correctly check for failing ServeKevin W. Gisi2010-08-031-2/+5
* Fixed 'rake preview on fails vanilla install' bugKevin W. Gisi2010-08-031-4/+2
* fixed rake preview and updated sass to sass3 syntaxB Mathis2010-07-261-3/+3
* Use Bundler for dependency managementdbloete2010-05-261-1/+4
* Explicitly require the helpersdbloete2010-05-261-0/+1
* Fix compass/sass deprecation warningsdbloete2010-05-261-1/+1
* now Octopress uses partialsB Mathis2010-03-101-16/+20
* Fix sitemap regenerationRyan Daigle2010-02-051-1/+1
* Update to rakefile to allow working on a single post at a time (and saving re...Ryan Daigle2010-02-051-2/+19
* changed default github pages deploy branch to masterB Mathis2009-12-131-1/+1
* added a rake task for creating a new postB Mathis2009-12-071-0/+12
* fixed default deploy taskB Mathis2009-11-251-0/+5
* improved rake file feedback during deployB Mathis2009-11-251-3/+8
* trying one more thing with the rake task auto pushB Mathis2009-11-241-1/+1
* fixed deploy var in rake taskB Mathis2009-11-241-1/+1
* fixed branch name in rakefileB Mathis2009-11-241-1/+1
* fixed variables for github in rakefileB Mathis2009-11-241-2/+3
* tweaked rakefile github deployB Mathis2009-11-241-1/+0
* fixed source_branch variable name in github deploy scriptB Mathis2009-11-241-1/+1
* renamed rake task for github deployB Mathis2009-11-241-1/+1
* updated rakefile to support github user pages, and github project pages for d...B Mathis2009-11-241-14/+13
* updated rakefile to support github pages deploymentsB Mathis2009-11-241-1/+25
* fixed the deploy rake task so it will delete the debug pagesB Mathis2009-11-131-1/+1