Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-12-09 | Rakefile option for any additional rsync arguments | Johan Svensson | 1 | -1/+2 | |
Added variable `rsync_args` | |||||
2012-10-13 | Disabled Rsync delete by default. Closes #787 | Brandon Mathis | 1 | -1/+1 | |
2012-07-12 | Example repo URL - see Github issue 516 | Nathan Long | 1 | -1/+3 | |
2011-12-18 | now Github repo url can be specified inline setup_github_pages command | Brandon Mathis | 1 | -2/+6 | |
2011-12-10 | Removed offending paren in Rakefile | Brandon Mathis | 1 | -1/+1 | |
2011-12-10 | Rsync --delete option can be turned off in Rakefile configuration and users ↵ | Brandon Mathis | 1 | -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 Hemberger | 1 | -5/+2 | |
2011-11-29 | Set flag in preview mode and re-generate files before deployment if necessary | Frederic Hemberger | 1 | -0/+7 | |
2011-11-23 | Introduce distinction between preview/productive site generation | Frederic Hemberger | 1 | -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-17 | Fixes typo in :push task | Frederic Hemberger | 1 | -1/+1 | |
2011-10-16 | Adds more flexibility to :new_page task | Frederic Hemberger | 1 | -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-16 | Replaces system call with cross-platform cp_r, fixes #200 | Frederic Hemberger | 1 | -1/+1 | |
2011-10-16 | Removes 'titlecase' from page name, fixes #202 | Frederic Hemberger | 1 | -4/+2 | |
2011-10-16 | Removes duplicate mkdir_p | Frederic Hemberger | 1 | -1/+0 | |
2011-10-11 | ensures compiled /source/stylesheets/screen.css exists before running watch ↵ | Brandon Mathis | 1 | -0/+2 | |
and preview tasks, fixes #214 | |||||
2011-10-11 | Allows '-' in deployment branch names, fixes #213 | Frederic Hemberger | 1 | -1/+1 | |
2011-10-01 | fixed issue where update_source failed if source/index was any extension ↵ | Brandon Mathis | 1 | -1/+2 | |
other than .html | |||||
2011-10-01 | wildcards broke rake update_source. fixes that | Brandon Mathis | 1 | -1/+1 | |
2011-09-30 | Retains customized favicon on update_source fixes #189, Copies index.* from ↵ | Brandon Mathis | 1 | -1/+2 | |
source.old fixes #188 | |||||
2011-09-26 | Typo. | Manu | 1 | -1/+1 | |
2011-09-26 | Changed it so the ssh port is configurable as well. (As I ran into the same ↵ | Manu | 1 | -1/+2 | |
issue already described at https://github.com/imathis/octopress/issues/30 ) | |||||
2011-09-24 | Fix generation of stylesheets | Frederic Hemberger | 1 | -1/+1 | |
2011-09-22 | now Github pages :push task forces | Brandon Mathis | 1 | -1/+1 | |
2011-09-22 | renamed github pages configuration task | Brandon Mathis | 1 | -1/+1 | |
2011-09-22 | Removes compass_compiler.rb | Frederic Hemberger | 1 | -0/+1 | |
2011-09-22 | Restored copying public into _deploy. fixes #169 | Brandon Mathis | 1 | -0/+1 | |
2011-09-22 | improved github configuration raketask | Brandon Mathis | 1 | -9/+38 | |
2011-09-22 | copydot task can be called with parameters, no need for separate copydot_deploy | Frederic Hemberger | 1 | -19/+8 | |
2011-09-21 | Fixed issue where dotfiles were not being copied to _deploy for github pages ↵ | Brandon Mathis | 1 | -2/+13 | |
deployments | |||||
2011-09-21 | fixed issue where public was being copied into _deploy | Brandon Mathis | 1 | -1/+1 | |
2011-09-19 | Removing glob because globbing does not pick up dotfiles. | Tom Miller | 1 | -1/+1 | |
2011-09-18 | Wraps git commit message in double quotes, fixes #139 | Frederic Hemberger | 1 | -2/+2 | |
2011-09-18 | Aligns naming of .pygments-cache, .gist-cache and .sass-cache | Frederic Hemberger | 1 | -2/+2 | |
2011-09-17 | Fixes #150. Strip leading path before checking for excluded file. | Chris Sims | 1 | -1/+1 | |
2011-09-12 | added itegration to gen_deploy | Brandon Mathis | 1 | -1/+1 | |
2011-09-12 | Fix an issue in 'watch' and 'preview' where main process is terminated with ↵ | fhemberger | 1 | -9/+6 | |
child processes still running | |||||
2011-09-12 | Move generate + deploy to separate task | fhemberger | 1 | -1/+6 | |
2011-09-12 | Generate site before deploying, execute tasks in sequence | fhemberger | 1 | -1/+2 | |
2011-09-12 | Copy dotfiles also for subdirectories | fhemberger | 1 | -4/+4 | |
2011-09-08 | moved from Posix::Span to Process.span, fixing #46 | Brandon Mathis | 1 | -5/+5 | |
2011-09-04 | Updated new_post and new_page taks to use new ask method for dialogs | Brandon Mathis | 1 | -6/+2 | |
2011-09-04 | install: Adds confirmation before overwriting existing source_dir | fhemberger | 1 | -0/+17 | |
2011-09-03 | Added prompt for overwriting posts and pages when a new_post and new_page ↵ | Brandon Mathis | 1 | -0/+10 | |
tasks are run and the file already exists. Fixes #130 | |||||
2011-09-02 | fixed bug where update_source Rake task was not copying over changes from ↵ | Brandon Mathis | 1 | -7/+5 | |
.themes | |||||
2011-08-28 | not using cd in copydot, breaks chained task when further cd's are called | Ryan Gibbons | 1 | -6/+4 | |
2011-08-25 | removed octopress.org rsync deploy config from Rakefile. Oops | Brandon Mathis | 1 | -2/+2 | |
2011-08-25 | Somehow I replaced Rakefile with oder version, oops | Brandon Mathis | 1 | -18/+54 | |
2011-08-25 | Added warning if users try to add posts, pages, or generate their site | Brandon Mathis | 1 | -52/+21 | |
before installing an Octopress theme, fixes #116 | |||||
2011-08-25 | removed unnecessary mkdir_p in update_style, fixed #67 | Brandon Mathis | 1 | -1/+0 | |
2011-08-25 | sleeps wait, cleaned up rake preview and rake watch a bit | Brandon Mathis | 1 | -16/+9 | |