Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated new_post and new_page taks to use new ask method for dialogs | Brandon Mathis | 2011-09-04 | 1 | -6/+2 | |
| | ||||||
* | Merge branch 'master' of https://github.com/fhemberger/octopress into ↵ | Brandon Mathis | 2011-09-04 | 1 | -0/+17 | |
|\ | | | | | | | | | | | | | fhemberger-master Conflicts: plugins/category_generator.rb | |||||
| * | install: Adds confirmation before overwriting existing source_dir | fhemberger | 2011-09-04 | 1 | -0/+17 | |
| | | ||||||
* | | Added prompt for overwriting posts and pages when a new_post and new_page ↵ | Brandon Mathis | 2011-09-03 | 1 | -0/+10 | |
| | | | | | | | | tasks are run and the file already exists. Fixes #130 | |||||
* | | fixed bug where update_source Rake task was not copying over changes from ↵ | Brandon Mathis | 2011-09-02 | 1 | -7/+5 | |
|/ | | | | .themes | |||||
* | not using cd in copydot, breaks chained task when further cd's are called | Ryan Gibbons | 2011-08-28 | 1 | -6/+4 | |
| | ||||||
* | removed octopress.org rsync deploy config from Rakefile. Oops | Brandon Mathis | 2011-08-25 | 1 | -2/+2 | |
| | ||||||
* | Somehow I replaced Rakefile with oder version, oops | Brandon Mathis | 2011-08-25 | 1 | -18/+54 | |
| | ||||||
* | Added warning if users try to add posts, pages, or generate their site | Brandon Mathis | 2011-08-25 | 1 | -52/+21 | |
| | | | | before installing an Octopress theme, fixes #116 | |||||
* | removed unnecessary mkdir_p in update_style, fixed #67 | Brandon Mathis | 2011-08-25 | 1 | -1/+0 | |
| | ||||||
* | sleeps wait, cleaned up rake preview and rake watch a bit | Brandon Mathis | 2011-08-25 | 1 | -16/+9 | |
| | ||||||
* | Do not rely on system specifc syntax for preview or watch. | Benjamin R Doerr | 2011-08-23 | 1 | -2/+32 | |
| | ||||||
* | Removes system specific File IO from Rakefile, rather we make use of FileUtils. | Benjamin R Doerr | 2011-08-22 | 1 | -13/+13 | |
| | ||||||
* | Makes update_source and update_style much more windows friendly. | Ben Doerr | 2011-08-23 | 1 | -2/+4 | |
| | ||||||
* | added support for deploying "dot" files (eg. .htaccess), fixes #104 | Brandon Mathis | 2011-08-21 | 1 | -2/+14 | |
| | ||||||
* | added stringex gem for permalink url generation | Pavel Pravosud | 2011-08-20 | 1 | -1/+2 | |
| | ||||||
* | added blog_index_dir configuration and improved update_source | Brandon Mathis | 2011-08-16 | 1 | -16/+14 | |
| | ||||||
* | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-08-11 | 1 | -1/+6 | |
|\ | ||||||
| * | fix rake-list | marutanm | 2011-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | added support for preserving customized source/index.html during template ↵ | Brandon Mathis | 2011-08-10 | 1 | -0/+5 | |
| | | | | | | | | updates. Moved the blog index code to a partial in source/_includes/blog_index.html | |||||
* | | now using rack instead of Jekyll's webrick server, fixes #90 | Brandon Mathis | 2011-08-11 | 1 | -1/+2 | |
|/ | ||||||
* | udpated rake udpate_source task to preserve custom includes instaed of ↵ | Brandon Mathis | 2011-07-31 | 1 | -2/+1 | |
| | | | | preserving navigation and footer | |||||
* | Rake task update_source now preserves footer as well as navigation | Brandon Mathis | 2011-07-28 | 1 | -0/+1 | |
| | ||||||
* | fixed update style | Brandon Mathis | 2011-07-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed rake update_source and rake update_style | Luke Armstrong | 2011-07-28 | 1 | -0/+8 | |
| | ||||||
* | Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory] | Luke Armstrong | 2011-07-27 | 1 | -1/+1 | |
| | ||||||
* | improved new_post title substitutions, fixed directories in rake update tasks | Brandon Mathis | 2011-07-27 | 1 | -3/+3 | |
| | ||||||
* | Changed description of new_page rake task, to what it does | Mike Ballou | 2011-07-26 | 1 | -1/+1 | |
| | ||||||
* | updated push rake task to copy contents of public directory into _deploy | Brandon Mathis | 2011-07-26 | 1 | -1/+1 | |
| | ||||||
* | updated rakefile and config to support url mapping in previous commit | Brandon Mathis | 2011-07-22 | 1 | -3/+5 | |
| | ||||||
* | added source_update and sass_update rake tasks, for easily updating a blog ↵ | Brandon Mathis | 2011-07-19 | 1 | -0/+21 | |
| | | | | to the latest theme | |||||
* | fixed regular expression for new_page rake task | Brandon Mathis | 2011-07-19 | 1 | -1/+1 | |
| | ||||||
* | new_page rake task now creates pages as page_name/index.[default_format] if ↵ | Brandon Mathis | 2011-07-19 | 1 | -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 Mathis | 2011-07-19 | 1 | -2/+2 | |
| | | | | for better compatibility with yaml | |||||
* | Changed rake task 'post' to 'new_post' and updated the yaml front matter. ↵ | Brandon Mathis | 2011-07-19 | 1 | -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 Mathis | 2011-07-19 | 1 | -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 edge | Brandon Mathis | 2011-07-16 | 1 | -1/+1 | |
|\ | ||||||
| * | Updated path to plugins. | Kent Fenwick | 2011-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | 1. Added rake task for simple configuration of subdirectory deployment. | Brandon Mathis | 2011-07-16 | 1 | -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 Mathis | 2011-07-11 | 1 | -4/+8 | |
| | | | | @pw for the pull request fixes #32 | |||||
* | Changed _plugins folder to plugins and updated rake tasks accordingly | Brandon Mathis | 2011-07-11 | 1 | -2/+3 | |
| | ||||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 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 | |||||
* | Improved the post and init_deploy rake tasks | Brandon Mathis | 2011-06-27 | 1 | -8/+6 | |
| | ||||||
* | fixed a bug in init_deploy task | Brandon Mathis | 2011-06-27 | 1 | -1/+2 | |
| | ||||||
* | 1. Added Category support | Brandon Mathis | 2011-06-27 | 1 | -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 Rakefile | Brandon Mathis | 2011-06-22 | 1 | -25/+27 | |
| | | | | 2. Improved README setup instructions | |||||
* | 1. Reordered configs in Rakefile based on importance. | Brandon Mathis | 2011-06-22 | 1 | -4/+7 | |
| | | | | 2. Refactored stylesheets to simplify dreictory trees. | |||||
* | improved rake tasks for deployment, updated .gitignore | Brandon Mathis | 2011-06-21 | 1 | -40/+31 | |
| | ||||||
* | 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵ | Brandon Mathis | 2011-06-17 | 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. | |||||
* | 1. Moved _plugins into themes/classic/_plugins | Brandon Mathis | 2011-06-11 | 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 |