aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-23Github Pages deployment is now using `git add -A` for compatability with Git ↵Brandon Mathis1-4/+7
1.8.2+
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
This should help resolve issues for zsh users and make it easier to enter titles which freak out Rake's argument processing
2012-12-09Rakefile option for any additional rsync argumentsJohan Svensson1-1/+2
Added variable `rsync_args`
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 ↵Brandon Mathis1-2/+7
can exclude directories from sync by adding an rsync-exclude file to their root directory. fixes #247
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
Posts which contain the YAML attribute `published: false` are usually not generated by Jekyll. With this patch they can be previewed just like published posts on localhost using `rake watch`or `rake preview`. NOTICE: Before pushing to the productive environment, use `rake generate` to update the public directory and remove posts which are flagged not to be published.
2011-10-17Fixes typo in :push taskFrederic Hemberger1-1/+1
2011-10-16Adds more flexibility to :new_page taskFrederic Hemberger1-8/+15
Page filenames/directories are lowercased and sanitized by default to allow a greater flexibility: - new_page["/path/to/file"] # => source/path/to/file/index.markdown - new_page["path/to/file"] # => source/path/to/file/index.markdown - new_page["my path/my file"] # => source/my-path/my-file/index.markdown - new_page["lorem.ipsum.dolor"] # => source/lorem-dot-ipsum.dolor - new_page["Questions & Answers"] # => source/questions-and-answers/index.markdown
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 ↵Brandon Mathis1-0/+2
and preview tasks, fixes #214
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 ↵Brandon Mathis1-1/+2
other than .html
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 ↵Brandon Mathis1-1/+2
source.old fixes #188
2011-09-26Typo.Manu1-1/+1
2011-09-26Changed it so the ssh port is configurable as well. (As I ran into the same ↵Manu1-1/+2
issue already described at https://github.com/imathis/octopress/issues/30 )
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
deployments
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 ↵fhemberger1-9/+6
child processes still running
2011-09-12Move generate + deploy to separate taskfhemberger1-1/+6
2011-09-12Generate site before deploying, execute tasks in sequencefhemberger1-1/+2
2011-09-12Copy dotfiles also for subdirectoriesfhemberger1-4/+4
2011-09-08moved from Posix::Span to Process.span, fixing #46Brandon Mathis1-5/+5
2011-09-04Updated new_post and new_page taks to use new ask method for dialogsBrandon Mathis1-6/+2