aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated push rake task to copy contents of public directory into _deployBrandon Mathis2011-07-261-1/+1
|
* 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 ↵Brandon Mathis2011-07-191-0/+21
| | | | to the latest theme
* 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 ↵Brandon Mathis2011-07-191-4/+4
| | | | no file extension is passed. By default this creates nicer urls
* In new_post and new_page rake tasks: adding quotes around title attribute ↵Brandon Mathis2011-07-191-2/+2
| | | | for better compatibility with yaml
* Changed rake task 'post' to 'new_post' and updated the yaml front matter. ↵Brandon Mathis2011-07-191-13/+47
| | | | Added 'new_page' rake task for easily adding new pages with a default yaml block
* Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵Brandon Mathis2011-07-191-5/+3
| | | | with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
* 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
|/ | | | | 2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links
* Updated install rake task (now properly copies directory contents) Thanks ↵Brandon Mathis2011-07-111-4/+8
| | | | @pw for the pull request fixes #32
* 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 ↵Brandon Mathis2011-06-291-11/+24
| | | | 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
* 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
| | | | | | | 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
|