| Commit message (Expand) | Author | Files | Lines |
2011-08-25 | sleeps wait, cleaned up rake preview and rake watch a bit | Brandon Mathis | 1 | -16/+9 |
2011-08-23 | Do not rely on system specifc syntax for preview or watch. | Benjamin R Doerr | 1 | -2/+32 |
2011-08-22 | Removes system specific File IO from Rakefile, rather we make use of FileUtils. | Benjamin R Doerr | 1 | -13/+13 |
2011-08-23 | Makes update_source and update_style much more windows friendly. | Ben Doerr | 1 | -2/+4 |
2011-08-21 | added support for deploying "dot" files (eg. .htaccess), fixes #104 | Brandon Mathis | 1 | -2/+14 |
2011-08-20 | added stringex gem for permalink url generation | Pavel Pravosud | 1 | -1/+2 |
2011-08-16 | added blog_index_dir configuration and improved update_source | Brandon Mathis | 1 | -16/+14 |
2011-08-11 | now using rack instead of Jekyll's webrick server, fixes #90 | Brandon Mathis | 1 | -1/+2 |
2011-08-11 | fix rake-list | marutanm | 1 | -1/+1 |
2011-08-10 | added support for preserving customized source/index.html during template upd... | Brandon Mathis | 1 | -0/+5 |
2011-07-31 | udpated rake udpate_source task to preserve custom includes instaed of preser... | Brandon Mathis | 1 | -2/+1 |
2011-07-28 | Rake task update_source now preserves footer as well as navigation | Brandon Mathis | 1 | -0/+1 |
2011-07-27 | fixed update style | Brandon Mathis | 1 | -1/+1 |
2011-07-28 | Fixed rake update_source and rake update_style | Luke Armstrong | 1 | -0/+8 |
2011-07-27 | Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory] | Luke Armstrong | 1 | -1/+1 |
2011-07-27 | improved new_post title substitutions, fixed directories in rake update tasks | Brandon Mathis | 1 | -3/+3 |
2011-07-26 | Changed description of new_page rake task, to what it does | Mike Ballou | 1 | -1/+1 |
2011-07-26 | updated push rake task to copy contents of public directory into _deploy | Brandon Mathis | 1 | -1/+1 |
2011-07-22 | updated rakefile and config to support url mapping in previous commit | Brandon Mathis | 1 | -3/+5 |
2011-07-19 | added source_update and sass_update rake tasks, for easily updating a blog to... | Brandon Mathis | 1 | -0/+21 |
2011-07-19 | fixed regular expression for new_page rake task | Brandon Mathis | 1 | -1/+1 |
2011-07-19 | new_page rake task now creates pages as page_name/index.[default_format] if n... | Brandon Mathis | 1 | -4/+4 |
2011-07-19 | In new_post and new_page rake tasks: adding quotes around title attribute for... | Brandon Mathis | 1 | -2/+2 |
2011-07-19 | Changed rake task 'post' to 'new_post' and updated the yaml front matter. Add... | Brandon Mathis | 1 | -13/+47 |
2011-07-19 | Moved plugins to root directory. I'm ditching the idea of shipping plugins wi... | Brandon Mathis | 1 | -5/+3 |
2011-07-16 | 1. Added rake task for simple configuration of subdirectory deployment. | Brandon Mathis | 1 | -1/+34 |
2011-07-16 | Updated path to plugins. | Kent Fenwick | 1 | -1/+1 |
2011-07-11 | Updated install rake task (now properly copies directory contents) Thanks @pw... | Brandon Mathis | 1 | -4/+8 |
2011-07-11 | Changed _plugins folder to plugins and updated rake tasks accordingly | Brandon Mathis | 1 | -2/+3 |
2011-06-29 | Moved themes to .themes to get it out of the way. Updated Rakefile to support... | Brandon Mathis | 1 | -11/+24 |
2011-06-27 | Improved the post and init_deploy rake tasks | Brandon Mathis | 1 | -8/+6 |
2011-06-27 | fixed a bug in init_deploy task | Brandon Mathis | 1 | -1/+2 |
2011-06-27 | 1. Added Category support | Brandon Mathis | 1 | -0/+1 |
2011-06-22 | 1. Improved Deployment and setup tasks in Rakefile | Brandon Mathis | 1 | -25/+27 |
2011-06-22 | 1. Reordered configs in Rakefile based on importance. | Brandon Mathis | 1 | -4/+7 |
2011-06-21 | improved rake tasks for deployment, updated .gitignore | Brandon Mathis | 1 | -40/+31 |
2011-06-17 | 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdow... | Brandon Mathis | 1 | -5/+10 |
2011-06-11 | 1. Moved _plugins into themes/classic/_plugins | Brandon Mathis | 1 | -3/+7 |
2011-06-11 | 1. Reduced dependencies and updated the gemfile | Brandon Mathis | 1 | -54/+42 |
2011-06-08 | Improved theme install process | Brandon Mathis | 1 | -11/+0 |
2011-06-07 | Another massive commit: | Brandon Mathis | 1 | -37/+36 |
2011-05-30 | Cleaned out public from repository, updated gitignore, added syntax | Brandon Mathis | 1 | -3/+2 |
2011-05-15 | major refactoring, improved file watching, changed site to public to support ... | Brandon Mathis | 1 | -1/+1 |
2011-04-17 | irrisponsibly massive commit | Brandon Mathis | 1 | -94/+35 |
2010-08-03 | Correctly check for failing Serve | Kevin W. Gisi | 1 | -2/+5 |
2010-08-03 | Fixed 'rake preview on fails vanilla install' bug | Kevin W. Gisi | 1 | -4/+2 |
2010-07-26 | fixed rake preview and updated sass to sass3 syntax | B Mathis | 1 | -3/+3 |
2010-05-26 | Use Bundler for dependency management | dbloete | 1 | -1/+4 |
2010-05-26 | Explicitly require the helpers | dbloete | 1 | -0/+1 |
2010-05-26 | Fix compass/sass deprecation warnings | dbloete | 1 | -1/+1 |