aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1431 from Haacked/windows-code-page-fixBrandon Mathis2014-01-301-0/+4
|\
| * chcp only needs to run oncePhil Haack2013-11-291-4/+4
| * Add check for running on WindowsHaacked2013-11-281-2/+4
| * Set the codepage to 65001 before generatingHaacked2013-11-281-0/+2
* | Fix spelling errorMatt Enright2013-12-191-1/+1
|/
* Move '/.' back to first arg in :update_styleParker Moore2013-11-171-1/+1
* Merge pull request #1299 from blake41/masterParker Moore2013-11-171-1/+1
|\
| * update style rake task to copy from new sass to old sass folder. it seems li...Blake Johnson2013-07-151-1/+1
* | Include timezone offset in new post template for YAML Front-MatterJ. B. Rainsberger2013-11-171-1/+1
* | ".git" added to sample string with SSH repository URLnagimov2013-09-201-1/+1
* | Fixed blog_url for personal github pages projects. #1328Brandon Mathis2013-08-231-0/+1
* | Fixed setup_github_pages success message. #1328Brandon Mathis2013-08-231-1/+1
* | Improved readabilityRob Slifka2013-08-221-1/+1
* | Extract methodRob Slifka2013-08-211-7/+10
* | Use source/CNAME (if it exists) to set _config.yml url propertyRob Slifka2013-08-211-1/+5
|/
* Github Pages deployment is now using `git add -A` for compatability with Git ...Brandon Mathis2013-06-231-4/+7
* add https protocol supporting during rake setup_github_pageserizhang2013-05-311-1/+7
* Added support for deploying to github.ioBrandon Mathis2013-04-091-3/+3
* improved regexes for setup_github_pages taskBrandon Mathis2013-01-131-2/+2
* Removed unnecessary passive group from octopress origin regexBrandon Mathis2013-01-121-1/+1
* setup_github_pages: allow for clones missing .git extensionVaz Allen2013-01-121-1/+1
* Whitespacericho2013-01-111-1/+1
* Rake task new_post now accepts titles through stdinBrandon Mathis2013-01-011-2/+5
* Merge pull request #844 from jsvensson/rsyncargsBrandon Mathis2012-12-191-1/+2
|\
| * Rakefile option for any additional rsync argumentsJohan Svensson2012-12-091-1/+2
* | Fixing English error pet-peeve.Parker Moore2012-11-301-1/+1
|/
* Disabled Rsync delete by default. Closes #787Brandon Mathis2012-10-131-1/+1
* Example repo URL - see Github issue 516Nathan Long2012-07-121-1/+3
* now Github repo url can be specified inline setup_github_pages commandBrandon Mathis2011-12-181-2/+6
* Removed offending paren in RakefileBrandon Mathis2011-12-101-1/+1
* Rsync --delete option can be turned off in Rakefile configuration and users c...Brandon Mathis2011-12-101-2/+7
* Merge branch 'master' of github.com:imathis/octopressFrederic Hemberger2011-12-101-8/+15
|\
| * Merge pull request #225 from imathis/post_namesFrederic Hemberger2011-12-101-8/+15
| |\
| | * Adds more flexibility to :new_page taskFrederic Hemberger2011-10-161-8/+15
* | | :copydot ignores thumbnail files starting with '._'Frederic Hemberger2011-12-101-5/+2
|/ /
* | Set flag in preview mode and re-generate files before deployment if necessaryFrederic Hemberger2011-11-291-0/+7
* | Introduce distinction between preview/productive site generationFrederic Hemberger2011-11-231-2/+2
* | Fixes typo in :push taskFrederic Hemberger2011-10-171-1/+1
|/
* Replaces system call with cross-platform cp_r, fixes #200Frederic Hemberger2011-10-161-1/+1
* Removes 'titlecase' from page name, fixes #202Frederic Hemberger2011-10-161-4/+2
* Removes duplicate mkdir_pFrederic Hemberger2011-10-161-1/+0
* ensures compiled /source/stylesheets/screen.css exists before running watch a...Brandon Mathis2011-10-111-0/+2
* Allows '-' in deployment branch names, fixes #213Frederic Hemberger2011-10-111-1/+1
* fixed issue where update_source failed if source/index was any extension othe...Brandon Mathis2011-10-011-1/+2
* wildcards broke rake update_source. fixes thatBrandon Mathis2011-10-011-1/+1
* Retains customized favicon on update_source fixes #189, Copies index.* from s...Brandon Mathis2011-09-301-1/+2
* 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 i...Manu2011-09-261-1/+2
| * now Github pages :push task forcesBrandon Mathis2011-09-221-1/+1