aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-27fixed a bug in init_deploy taskBrandon Mathis1-1/+2
2011-06-271. Added Category supportBrandon Mathis1-0/+1
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
2011-06-221. Improved Deployment and setup tasks in RakefileBrandon Mathis1-25/+27
2. Improved README setup instructions
2011-06-221. Reordered configs in Rakefile based on importance.Brandon Mathis1-4/+7
2. Refactored stylesheets to simplify dreictory trees.
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 ↵Brandon Mathis1-5/+10
markdown processing. 2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements.
2011-06-111. Moved _plugins into themes/classic/_pluginsBrandon Mathis1-3/+7
I think it's probably better to ship plugins with themes to make it easier to update them. 2. Improved 'install' rake task and made nicer output
2011-06-111. Reduced dependencies and updated the gemfileBrandon Mathis1-54/+42
2. Added whole vendor directory to .gitignore for `bundle package` users 3. Removed guard tasks and replaced serve tasks in Rakefile. 3. Reorganized rake tasks and cleaned up the Rakefile.
2011-06-08Improved theme install processBrandon Mathis1-11/+0
added missing assets
2011-06-07Another massive commit:Brandon Mathis1-37/+36
1. Major improvements to the responsive styling. 2. Toggleable sidebar 3. Upgraded to modernizr 2.0 which includes Respond.js 4. IE7-9 testing and fixes 5. New theming system which should make forkers happy 6. New rake task for installing Octopress themes 7. Magic
2011-05-30Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis1-3/+2
highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements.
2011-05-15major refactoring, improved file watching, changed site to public to support ↵Brandon Mathis1-1/+1
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
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 ↵Ryan Daigle1-2/+19
regeneration time)
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 ↵B Mathis1-14/+13
deployment
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
2009-11-05added disqus comment supportB Mathis1-1/+1
2009-11-05updated rakefile, added some basic twitter filesB Mathis1-10/+8
2009-11-05moved stylesheetsB Mathis1-1/+0
2009-11-05updated rake file, reorganized stylesheets, added google site search, added ↵B Mathis1-12/+38
google analytics
2009-10-31fixed a few issues with the rakefile, and updated the readmeB Mathis1-6/+12
2009-10-31updated rakefile to use FSSM in `rake watch`, generate a sitemap, and moved ↵B Mathis1-10/+59
typography to a debug folder
2009-10-20paramaterized feed, rsync deployment, and unified layoutsB Mathis1-4/+12
2009-10-18added compass, added some basic stylesheetsB Mathis1-1/+1
2009-10-18improved starting pointB Mathis1-0/+63