aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-23Fixed blog_url for personal github pages projects. #1328Brandon Mathis1-0/+1
2013-08-23Fixed setup_github_pages success message. #1328Brandon Mathis1-1/+1
2013-08-22Improved readabilityRob Slifka1-1/+1
2013-08-21Extract methodRob Slifka1-7/+10
2013-08-21Use source/CNAME (if it exists) to set _config.yml url propertyRob Slifka1-1/+5
2013-06-23Github Pages deployment is now using `git add -A` for compatability with Git ...Brandon Mathis1-4/+7
2013-05-31add https protocol supporting during rake setup_github_pageserizhang1-1/+7
2013-04-09Added support for deploying to github.ioBrandon Mathis1-3/+3
2013-01-13improved regexes for setup_github_pages taskBrandon Mathis1-2/+2
2013-01-12Removed unnecessary passive group from octopress origin regexBrandon Mathis1-1/+1
2013-01-12setup_github_pages: allow for clones missing .git extensionVaz Allen1-1/+1
2013-01-11Whitespacericho1-1/+1
2013-01-01Rake task new_post now accepts titles through stdinBrandon Mathis1-2/+5
2012-12-09Rakefile option for any additional rsync argumentsJohan Svensson1-1/+2
2012-11-30Fixing English error pet-peeve.Parker Moore1-1/+1
2012-10-13Disabled Rsync delete by default. Closes #787Brandon Mathis1-1/+1
2012-07-12Example repo URL - see Github issue 516Nathan Long1-1/+3
2011-12-18now Github repo url can be specified inline setup_github_pages commandBrandon Mathis1-2/+6
2011-12-10Removed offending paren in RakefileBrandon Mathis1-1/+1
2011-12-10Rsync --delete option can be turned off in Rakefile configuration and users c...Brandon Mathis1-2/+7
2011-12-10:copydot ignores thumbnail files starting with '._'Frederic Hemberger1-5/+2
2011-11-29Set flag in preview mode and re-generate files before deployment if necessaryFrederic Hemberger1-0/+7
2011-11-23Introduce distinction between preview/productive site generationFrederic Hemberger1-2/+2
2011-10-17Fixes typo in :push taskFrederic Hemberger1-1/+1
2011-10-16Adds more flexibility to :new_page taskFrederic Hemberger1-8/+15
2011-10-16Replaces system call with cross-platform cp_r, fixes #200Frederic Hemberger1-1/+1
2011-10-16Removes 'titlecase' from page name, fixes #202Frederic Hemberger1-4/+2
2011-10-16Removes duplicate mkdir_pFrederic Hemberger1-1/+0
2011-10-11ensures compiled /source/stylesheets/screen.css exists before running watch a...Brandon Mathis1-0/+2
2011-10-11Allows '-' in deployment branch names, fixes #213Frederic Hemberger1-1/+1
2011-10-01fixed issue where update_source failed if source/index was any extension othe...Brandon Mathis1-1/+2
2011-10-01wildcards broke rake update_source. fixes thatBrandon Mathis1-1/+1
2011-09-30Retains customized favicon on update_source fixes #189, Copies index.* from s...Brandon Mathis1-1/+2
2011-09-26Typo.Manu1-1/+1
2011-09-26Changed it so the ssh port is configurable as well. (As I ran into the same i...Manu1-1/+2
2011-09-24Fix generation of stylesheetsFrederic Hemberger1-1/+1
2011-09-22now Github pages :push task forcesBrandon Mathis1-1/+1
2011-09-22renamed github pages configuration taskBrandon Mathis1-1/+1
2011-09-22Removes compass_compiler.rbFrederic Hemberger1-0/+1
2011-09-22Restored copying public into _deploy. fixes #169Brandon Mathis1-0/+1
2011-09-22improved github configuration raketaskBrandon Mathis1-9/+38
2011-09-22copydot task can be called with parameters, no need for separate copydot_deployFrederic Hemberger1-19/+8
2011-09-21Fixed issue where dotfiles were not being copied to _deploy for github pages ...Brandon Mathis1-2/+13
2011-09-21fixed issue where public was being copied into _deployBrandon Mathis1-1/+1
2011-09-19Removing glob because globbing does not pick up dotfiles.Tom Miller1-1/+1
2011-09-18Wraps git commit message in double quotes, fixes #139Frederic Hemberger1-2/+2
2011-09-18Aligns naming of .pygments-cache, .gist-cache and .sass-cacheFrederic Hemberger1-2/+2
2011-09-17Fixes #150. Strip leading path before checking for excluded file.Chris Sims1-1/+1
2011-09-12added itegration to gen_deployBrandon Mathis1-1/+1
2011-09-12Fix an issue in 'watch' and 'preview' where main process is terminated with c...fhemberger1-9/+6