aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1. Added Category supportBrandon Mathis2011-06-271-0/+1
| | | | | | | 2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
* 1. Improved Deployment and setup tasks in RakefileBrandon Mathis2011-06-221-25/+27
| | | | 2. Improved README setup instructions
* 1. Reordered configs in Rakefile based on importance.Brandon Mathis2011-06-221-4/+7
| | | | 2. Refactored stylesheets to simplify dreictory trees.
* improved rake tasks for deployment, updated .gitignoreBrandon Mathis2011-06-211-40/+31
|
* 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵Brandon Mathis2011-06-171-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.
* 1. Moved _plugins into themes/classic/_pluginsBrandon Mathis2011-06-111-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
* 1. Reduced dependencies and updated the gemfileBrandon Mathis2011-06-111-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.
* Improved theme install processBrandon Mathis2011-06-081-11/+0
| | | | added missing assets
* Another massive commit:Brandon Mathis2011-06-071-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
* Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis2011-05-301-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.
* major refactoring, improved file watching, changed site to public to support ↵Brandon Mathis2011-05-151-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
* 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 ↵Ryan Daigle2010-02-051-2/+19
| | | | regeneration time)
* 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 ↵B Mathis2009-11-241-14/+13
| | | | deployment
* 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
|
* updated rakefile to generate pygments syntax highlightingB Mathis2009-11-111-1/+1
|
* udpated thirdparty integration, it is now conditionally added, updated readmeB Mathis2009-11-071-3/+4
|
* added disqus comment supportB Mathis2009-11-051-1/+1
|
* updated rakefile, added some basic twitter filesB Mathis2009-11-051-10/+8
|
* moved stylesheetsB Mathis2009-11-051-1/+0
|
* updated rake file, reorganized stylesheets, added google site search, added ↵B Mathis2009-11-051-12/+38
| | | | google analytics
* fixed a few issues with the rakefile, and updated the readmeB Mathis2009-10-311-6/+12
|
* updated rakefile to use FSSM in `rake watch`, generate a sitemap, and moved ↵B Mathis2009-10-311-10/+59
| | | | typography to a debug folder
* paramaterized feed, rsync deployment, and unified layoutsB Mathis2009-10-201-4/+12
|
* added compass, added some basic stylesheetsB Mathis2009-10-181-1/+1
|
* improved starting pointB Mathis2009-10-181-0/+63