| Commit message (Expand) | Author | Age | Files | Lines |
* | initial setup | Zhiming Wang | 2014-10-20 | 1 | -4/+4 |
* | enable wildcard of rm_rf | Masahiro Kamata | 2014-10-04 | 1 | -1/+1 |
* | Fixes load path issues with ruby-based git credential helpers | Andy Lindeman | 2014-07-19 | 1 | -2/+2 |
* | Initial update to be compatible with Jekyll 2 | Brandon Mathis | 2014-06-21 | 1 | -3/+3 |
* | Use correct time in log message for Github deploy | Timothy Macdonald | 2014-05-17 | 1 | -1/+1 |
* | Fix typo in update_style copy command | Patrick Aikens | 2014-02-01 | 1 | -1/+1 |
* | Reversed update_style copy direction to correctly restore the sass.old/custom... | Patrick Aikens | 2014-02-01 | 1 | -2/+2 |
* | Merge pull request #1431 from Haacked/windows-code-page-fix | Brandon Mathis | 2014-01-30 | 1 | -0/+4 |
|\ |
|
| * | chcp only needs to run once | Phil Haack | 2013-11-29 | 1 | -4/+4 |
| * | Add check for running on Windows | Haacked | 2013-11-28 | 1 | -2/+4 |
| * | Set the codepage to 65001 before generating | Haacked | 2013-11-28 | 1 | -0/+2 |
* | | Fix spelling error | Matt Enright | 2013-12-19 | 1 | -1/+1 |
|/ |
|
* | Move '/.' back to first arg in :update_style | Parker Moore | 2013-11-17 | 1 | -1/+1 |
* | Merge pull request #1299 from blake41/master | Parker Moore | 2013-11-17 | 1 | -1/+1 |
|\ |
|
| * | update style rake task to copy from new sass to old sass folder. it seems li... | Blake Johnson | 2013-07-15 | 1 | -1/+1 |
* | | Include timezone offset in new post template for YAML Front-Matter | J. B. Rainsberger | 2013-11-17 | 1 | -1/+1 |
* | | ".git" added to sample string with SSH repository URL | nagimov | 2013-09-20 | 1 | -1/+1 |
* | | Fixed blog_url for personal github pages projects. #1328 | Brandon Mathis | 2013-08-23 | 1 | -0/+1 |
* | | Fixed setup_github_pages success message. #1328 | Brandon Mathis | 2013-08-23 | 1 | -1/+1 |
* | | Improved readability | Rob Slifka | 2013-08-22 | 1 | -1/+1 |
* | | Extract method | Rob Slifka | 2013-08-21 | 1 | -7/+10 |
* | | Use source/CNAME (if it exists) to set _config.yml url property | Rob Slifka | 2013-08-21 | 1 | -1/+5 |
|/ |
|
* | Github Pages deployment is now using `git add -A` for compatability with Git ... | Brandon Mathis | 2013-06-23 | 1 | -4/+7 |
* | add https protocol supporting during rake setup_github_pages | erizhang | 2013-05-31 | 1 | -1/+7 |
* | Added support for deploying to github.io | Brandon Mathis | 2013-04-09 | 1 | -3/+3 |
* | improved regexes for setup_github_pages task | Brandon Mathis | 2013-01-13 | 1 | -2/+2 |
* | Removed unnecessary passive group from octopress origin regex | Brandon Mathis | 2013-01-12 | 1 | -1/+1 |
* | setup_github_pages: allow for clones missing .git extension | Vaz Allen | 2013-01-12 | 1 | -1/+1 |
* | Whitespace | richo | 2013-01-11 | 1 | -1/+1 |
* | Rake task new_post now accepts titles through stdin | Brandon Mathis | 2013-01-01 | 1 | -2/+5 |
* | Merge pull request #844 from jsvensson/rsyncargs | Brandon Mathis | 2012-12-19 | 1 | -1/+2 |
|\ |
|
| * | Rakefile option for any additional rsync arguments | Johan Svensson | 2012-12-09 | 1 | -1/+2 |
* | | Fixing English error pet-peeve. | Parker Moore | 2012-11-30 | 1 | -1/+1 |
|/ |
|
* | Disabled Rsync delete by default. Closes #787 | Brandon Mathis | 2012-10-13 | 1 | -1/+1 |
* | Example repo URL - see Github issue 516 | Nathan Long | 2012-07-12 | 1 | -1/+3 |
* | now Github repo url can be specified inline setup_github_pages command | Brandon Mathis | 2011-12-18 | 1 | -2/+6 |
* | Removed offending paren in Rakefile | Brandon Mathis | 2011-12-10 | 1 | -1/+1 |
* | Rsync --delete option can be turned off in Rakefile configuration and users c... | Brandon Mathis | 2011-12-10 | 1 | -2/+7 |
* | Merge branch 'master' of github.com:imathis/octopress | Frederic Hemberger | 2011-12-10 | 1 | -8/+15 |
|\ |
|
| * | Merge pull request #225 from imathis/post_names | Frederic Hemberger | 2011-12-10 | 1 | -8/+15 |
| |\ |
|
| | * | Adds more flexibility to :new_page task | Frederic Hemberger | 2011-10-16 | 1 | -8/+15 |
* | | | :copydot ignores thumbnail files starting with '._' | Frederic Hemberger | 2011-12-10 | 1 | -5/+2 |
|/ / |
|
* | | Set flag in preview mode and re-generate files before deployment if necessary | Frederic Hemberger | 2011-11-29 | 1 | -0/+7 |
* | | Introduce distinction between preview/productive site generation | Frederic Hemberger | 2011-11-23 | 1 | -2/+2 |
* | | Fixes typo in :push task | Frederic Hemberger | 2011-10-17 | 1 | -1/+1 |
|/ |
|
* | Replaces system call with cross-platform cp_r, fixes #200 | Frederic Hemberger | 2011-10-16 | 1 | -1/+1 |
* | Removes 'titlecase' from page name, fixes #202 | Frederic Hemberger | 2011-10-16 | 1 | -4/+2 |
* | Removes duplicate mkdir_p | Frederic Hemberger | 2011-10-16 | 1 | -1/+0 |
* | ensures compiled /source/stylesheets/screen.css exists before running watch a... | Brandon Mathis | 2011-10-11 | 1 | -0/+2 |
* | Allows '-' in deployment branch names, fixes #213 | Frederic Hemberger | 2011-10-11 | 1 | -1/+1 |