117 Commits (490b2593ec8e912b042f49966a80c37f0026e0d9)

Author SHA1 Message Date
Brandon Mathis 25704fe355 improved new_post title substitutions, fixed directories in rake update tasks 13 years ago
Mike Ballou 9189548e9d Changed description of new_page rake task, to what it does 13 years ago
Brandon Mathis a12b0b7f6e updated push rake task to copy contents of public directory into _deploy 13 years ago
Brandon Mathis 12aed03eea updated rakefile and config to support url mapping in previous commit 13 years ago
Brandon Mathis 19df7e84d6 added source_update and sass_update rake tasks, for easily updating a blog to the latest theme 13 years ago
Brandon Mathis cc1cfa56b2 fixed regular expression for new_page rake task 13 years ago
Brandon Mathis 6006ac8a01 new_page rake task now creates pages as page_name/index.[default_format] if no file extension is passed. By default this creates nicer urls 13 years ago
Brandon Mathis 98cfd74d9a In new_post and new_page rake tasks: adding quotes around title attribute for better compatibility with yaml 13 years ago
Brandon Mathis 4a40323166 Changed rake task 'post' to 'new_post' and updated the yaml front matter. Added 'new_page' rake task for easily adding new pages with a default yaml block 13 years ago
Brandon Mathis 17c59fb1d1 Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins. 13 years ago
Brandon Mathis 1f9b596b82 1. Added rake task for simple configuration of subdirectory deployment. 13 years ago
Kent Fenwick 922472517f Updated path to plugins. 13 years ago
Brandon Mathis 9e6a951826 Updated install rake task (now properly copies directory contents) Thanks @pw for the pull request fixes #32 14 years ago
Brandon Mathis ee7b9dd958 Changed _plugins folder to plugins and updated rake tasks accordingly 14 years ago
Brandon Mathis ea349cdfbf Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use 14 years ago
Brandon Mathis ce6621724c Improved the post and init_deploy rake tasks 14 years ago
Brandon Mathis 6f4c842bdf fixed a bug in init_deploy task 14 years ago
Brandon Mathis 353ccfd4eb 1. Added Category support 14 years ago
Brandon Mathis a128d4990b 1. Improved Deployment and setup tasks in Rakefile 14 years ago
Brandon Mathis a2ab1d4802 1. Reordered configs in Rakefile based on importance. 14 years ago
Brandon Mathis b9b9eb09c1 improved rake tasks for deployment, updated .gitignore 14 years ago
Brandon Mathis 21813059f2 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdown processing. 14 years ago
Brandon Mathis 913fa105c4 1. Moved _plugins into themes/classic/_plugins 14 years ago
Brandon Mathis 14ba4cfd3c 1. Reduced dependencies and updated the gemfile 14 years ago
Brandon Mathis 519e234aab Improved theme install process 14 years ago
Brandon Mathis d8b796acb9 Another massive commit: 14 years ago
Brandon Mathis 8698a276f9 Cleaned out public from repository, updated gitignore, added syntax 14 years ago
Brandon Mathis c7d5365f81 major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading 14 years ago
Brandon Mathis e4c2d5790b irrisponsibly massive commit 14 years ago
Kevin W. Gisi 1f4fcec53b Correctly check for failing Serve 14 years ago
Kevin W. Gisi 9bd7133953 Fixed 'rake preview on fails vanilla install' bug 14 years ago
B Mathis 76b8b8ca45 fixed rake preview and updated sass to sass3 syntax 14 years ago
dbloete 091ef1c6e1 Use Bundler for dependency management 15 years ago
dbloete 654428a309 Explicitly require the helpers 15 years ago
dbloete e112b7e05f Fix compass/sass deprecation warnings 15 years ago
B Mathis eefe29e5d0 now Octopress uses partials 15 years ago
Ryan Daigle c41b9e89ae Fix sitemap regeneration 15 years ago
Ryan Daigle 2f41517191 Update to rakefile to allow working on a single post at a time (and saving regeneration time) 15 years ago
B Mathis de113ecfeb changed default github pages deploy branch to master 15 years ago
B Mathis a6262dcbff added a rake task for creating a new post 15 years ago
B Mathis af719fb4dd fixed default deploy task 15 years ago
B Mathis b12b037091 improved rake file feedback during deploy 15 years ago
B Mathis eff018e91e trying one more thing with the rake task auto push 15 years ago
B Mathis 65ab7abbfa fixed deploy var in rake task 15 years ago
B Mathis 1e796da9db fixed branch name in rakefile 15 years ago
B Mathis 24246ea808 fixed variables for github in rakefile 15 years ago
B Mathis b4540bb461 tweaked rakefile github deploy 15 years ago
B Mathis 3a6974267b fixed source_branch variable name in github deploy script 15 years ago
B Mathis 34e25551ea renamed rake task for github deploy 15 years ago
B Mathis 399fe77f67 updated rakefile to support github user pages, and github project pages for deployment 15 years ago