Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-07-19 | added source_update and sass_update rake tasks, for easily updating a blog ↵ | Brandon Mathis | 1 | -0/+21 | |
to the latest theme | |||||
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 ↵ | Brandon Mathis | 1 | -4/+4 | |
no file extension is passed. By default this creates nicer urls | |||||
2011-07-19 | In new_post and new_page rake tasks: adding quotes around title attribute ↵ | Brandon Mathis | 1 | -2/+2 | |
for better compatibility with yaml | |||||
2011-07-19 | Changed rake task 'post' to 'new_post' and updated the yaml front matter. ↵ | Brandon Mathis | 1 | -13/+47 | |
Added 'new_page' rake task for easily adding new pages with a default yaml block | |||||
2011-07-19 | Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵ | Brandon Mathis | 1 | -5/+3 | |
with themes until it's more obviously necessary. This way it's easier to merge and update plugins. | |||||
2011-07-16 | 1. Added rake task for simple configuration of subdirectory deployment. | Brandon Mathis | 1 | -1/+34 | |
2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links | |||||
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 ↵ | Brandon Mathis | 1 | -4/+8 | |
@pw for the pull request fixes #32 | |||||
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 ↵ | Brandon Mathis | 1 | -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 | |||||
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 | |
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements | |||||
2011-06-22 | 1. Improved Deployment and setup tasks in Rakefile | Brandon Mathis | 1 | -25/+27 | |
2. Improved README setup instructions | |||||
2011-06-22 | 1. Reordered configs in Rakefile based on importance. | Brandon Mathis | 1 | -4/+7 | |
2. Refactored stylesheets to simplify dreictory trees. | |||||
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 ↵ | Brandon Mathis | 1 | -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-11 | 1. Moved _plugins into themes/classic/_plugins | Brandon Mathis | 1 | -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-11 | 1. Reduced dependencies and updated the gemfile | Brandon Mathis | 1 | -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-08 | Improved theme install process | Brandon Mathis | 1 | -11/+0 | |
added missing assets | |||||
2011-06-07 | Another massive commit: | Brandon Mathis | 1 | -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-30 | Cleaned out public from repository, updated gitignore, added syntax | Brandon Mathis | 1 | -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-15 | major refactoring, improved file watching, changed site to public to support ↵ | Brandon Mathis | 1 | -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-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 | |
2010-03-10 | now Octopress uses partials | B Mathis | 1 | -16/+20 | |
2010-02-05 | Fix sitemap regeneration | Ryan Daigle | 1 | -1/+1 | |
2010-02-05 | Update to rakefile to allow working on a single post at a time (and saving ↵ | Ryan Daigle | 1 | -2/+19 | |
regeneration time) | |||||
2009-12-13 | changed default github pages deploy branch to master | B Mathis | 1 | -1/+1 | |
2009-12-07 | added a rake task for creating a new post | B Mathis | 1 | -0/+12 | |
2009-11-25 | fixed default deploy task | B Mathis | 1 | -0/+5 | |
2009-11-25 | improved rake file feedback during deploy | B Mathis | 1 | -3/+8 | |
2009-11-24 | trying one more thing with the rake task auto push | B Mathis | 1 | -1/+1 | |
2009-11-24 | fixed deploy var in rake task | B Mathis | 1 | -1/+1 | |
2009-11-24 | fixed branch name in rakefile | B Mathis | 1 | -1/+1 | |
2009-11-24 | fixed variables for github in rakefile | B Mathis | 1 | -2/+3 | |
2009-11-24 | tweaked rakefile github deploy | B Mathis | 1 | -1/+0 | |
2009-11-24 | fixed source_branch variable name in github deploy script | B Mathis | 1 | -1/+1 | |
2009-11-24 | renamed rake task for github deploy | B Mathis | 1 | -1/+1 | |
2009-11-24 | updated rakefile to support github user pages, and github project pages for ↵ | B Mathis | 1 | -14/+13 | |
deployment | |||||
2009-11-24 | updated rakefile to support github pages deployments | B Mathis | 1 | -1/+25 | |
2009-11-13 | fixed the deploy rake task so it will delete the debug pages | B Mathis | 1 | -1/+1 | |
2009-11-11 | updated rakefile to generate pygments syntax highlighting | B Mathis | 1 | -1/+1 | |
2009-11-07 | udpated thirdparty integration, it is now conditionally added, updated readme | B Mathis | 1 | -3/+4 | |