aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed issue where update_source failed if source/index was any extension ↵Brandon Mathis2011-10-011-1/+2
| | | | other than .html
* wildcards broke rake update_source. fixes thatBrandon Mathis2011-10-011-1/+1
|
* Retains customized favicon on update_source fixes #189, Copies index.* from ↵Brandon Mathis2011-09-301-1/+2
| | | | source.old fixes #188
* Merge branch 'master' of github.com:imathis/octopress into compassBrandon Mathis2011-09-281-11/+42
|\
| * Typo.Manu2011-09-261-1/+1
| |
| * Changed it so the ssh port is configurable as well. (As I ran into the same ↵Manu2011-09-261-1/+2
| | | | | | | | issue already described at https://github.com/imathis/octopress/issues/30 )
| * now Github pages :push task forcesBrandon Mathis2011-09-221-1/+1
| |
| * renamed github pages configuration taskBrandon Mathis2011-09-221-1/+1
| |
| * Restored copying public into _deploy. fixes #169Brandon Mathis2011-09-221-0/+1
| |
| * improved github configuration raketaskBrandon Mathis2011-09-221-9/+38
| |
* | Fix generation of stylesheetsFrederic Hemberger2011-09-241-1/+1
| |
* | Removes compass_compiler.rbFrederic Hemberger2011-09-221-0/+1
|/
* copydot task can be called with parameters, no need for separate copydot_deployFrederic Hemberger2011-09-221-19/+8
|
* Fixed issue where dotfiles were not being copied to _deploy for github pages ↵Brandon Mathis2011-09-211-2/+13
| | | | deployments
* fixed issue where public was being copied into _deployBrandon Mathis2011-09-211-1/+1
|
* Removing glob because globbing does not pick up dotfiles.Tom Miller2011-09-191-1/+1
|
* Wraps git commit message in double quotes, fixes #139Frederic Hemberger2011-09-181-2/+2
|
* Aligns naming of .pygments-cache, .gist-cache and .sass-cacheFrederic Hemberger2011-09-181-2/+2
|
* Fixes #150. Strip leading path before checking for excluded file.Chris Sims2011-09-171-1/+1
|
* added itegration to gen_deployBrandon Mathis2011-09-121-1/+1
|
* Fix an issue in 'watch' and 'preview' where main process is terminated with ↵fhemberger2011-09-121-9/+6
| | | | child processes still running
* Move generate + deploy to separate taskfhemberger2011-09-121-1/+6
|
* Generate site before deploying, execute tasks in sequencefhemberger2011-09-121-1/+2
|
* Copy dotfiles also for subdirectoriesfhemberger2011-09-121-4/+4
|
* moved from Posix::Span to Process.span, fixing #46Brandon Mathis2011-09-081-5/+5
|
* Updated new_post and new_page taks to use new ask method for dialogsBrandon Mathis2011-09-041-6/+2
|
* Merge branch 'master' of https://github.com/fhemberger/octopress into ↵Brandon Mathis2011-09-041-0/+17
|\ | | | | | | | | | | | | fhemberger-master Conflicts: plugins/category_generator.rb
| * install: Adds confirmation before overwriting existing source_dirfhemberger2011-09-041-0/+17
| |
* | Added prompt for overwriting posts and pages when a new_post and new_page ↵Brandon Mathis2011-09-031-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 Mathis2011-09-021-7/+5
|/ | | | .themes
* not using cd in copydot, breaks chained task when further cd's are calledRyan Gibbons2011-08-281-6/+4
|
* removed octopress.org rsync deploy config from Rakefile. OopsBrandon Mathis2011-08-251-2/+2
|
* Somehow I replaced Rakefile with oder version, oopsBrandon Mathis2011-08-251-18/+54
|
* Added warning if users try to add posts, pages, or generate their siteBrandon Mathis2011-08-251-52/+21
| | | | before installing an Octopress theme, fixes #116
* removed unnecessary mkdir_p in update_style, fixed #67Brandon Mathis2011-08-251-1/+0
|
* sleeps wait, cleaned up rake preview and rake watch a bitBrandon Mathis2011-08-251-16/+9
|
* Do not rely on system specifc syntax for preview or watch.Benjamin R Doerr2011-08-231-2/+32
|
* Removes system specific File IO from Rakefile, rather we make use of FileUtils.Benjamin R Doerr2011-08-221-13/+13
|
* Makes update_source and update_style much more windows friendly.Ben Doerr2011-08-231-2/+4
|
* added support for deploying "dot" files (eg. .htaccess), fixes #104Brandon Mathis2011-08-211-2/+14
|
* added stringex gem for permalink url generationPavel Pravosud2011-08-201-1/+2
|
* added blog_index_dir configuration and improved update_sourceBrandon Mathis2011-08-161-16/+14
|
* Merge branch 'master' of github.com:imathis/octopressBrandon Mathis2011-08-111-1/+6
|\
| * fix rake-listmarutanm2011-08-111-1/+1
| |
| * added support for preserving customized source/index.html during template ↵Brandon Mathis2011-08-101-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 #90Brandon Mathis2011-08-111-1/+2
|/
* udpated rake udpate_source task to preserve custom includes instaed of ↵Brandon Mathis2011-07-311-2/+1
| | | | preserving navigation and footer
* Rake task update_source now preserves footer as well as navigationBrandon Mathis2011-07-281-0/+1
|
* fixed update styleBrandon Mathis2011-07-271-1/+1
|
* Fixed rake update_source and rake update_styleLuke Armstrong2011-07-281-0/+8
|