Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-01 | Reversed update_style copy direction to correctly restore the ↵ | Patrick Aikens | 1 | -2/+2 | |
sass.old/custom files to the new sass/custom folder | |||||
2013-12-19 | Fix spelling error | Matt Enright | 1 | -1/+1 | |
2013-11-29 | chcp only needs to run once | Phil Haack | 1 | -4/+4 | |
2013-11-28 | Add check for running on Windows | Haacked | 1 | -2/+4 | |
2013-11-28 | Set the codepage to 65001 before generating | Haacked | 1 | -0/+2 | |
2013-11-17 | Move '/.' back to first arg in :update_style | Parker Moore | 1 | -1/+1 | |
Rel #1299 | |||||
2013-11-17 | Include timezone offset in new post template for YAML Front-Matter | J. B. Rainsberger | 1 | -1/+1 | |
Closes #1419. | |||||
2013-09-20 | ".git" added to sample string with SSH repository URL | nagimov | 1 | -1/+1 | |
Octopress does not work with a repo URL like a "git@github.com:your_username/your_username.github.io" ("ERROR: repository not found" error appears). It is necessary to add ".git" to the end of this line. | |||||
2013-08-23 | Fixed blog_url for personal github pages projects. #1328 | Brandon Mathis | 1 | -0/+1 | |
2013-08-23 | Fixed setup_github_pages success message. #1328 | Brandon Mathis | 1 | -1/+1 | |
2013-08-22 | Improved readability | Rob Slifka | 1 | -1/+1 | |
2013-08-21 | Extract method | Rob Slifka | 1 | -7/+10 | |
2013-08-21 | Use source/CNAME (if it exists) to set _config.yml url property | Rob Slifka | 1 | -1/+5 | |
2013-07-15 | update style rake task to copy from new sass to old sass folder. it seems ↵ | Blake Johnson | 1 | -1/+1 | |
like it was backwards before which makes no sense | |||||
2013-06-23 | Github Pages deployment is now using `git add -A` for compatability with Git ↵ | Brandon Mathis | 1 | -4/+7 | |
1.8.2+ | |||||
2013-05-31 | add https protocol supporting during rake setup_github_pages | erizhang | 1 | -1/+7 | |
2013-04-09 | Added support for deploying to github.io | Brandon Mathis | 1 | -3/+3 | |
2013-01-13 | improved regexes for setup_github_pages task | Brandon Mathis | 1 | -2/+2 | |
2013-01-12 | Removed unnecessary passive group from octopress origin regex | Brandon Mathis | 1 | -1/+1 | |
2013-01-12 | setup_github_pages: allow for clones missing .git extension | Vaz Allen | 1 | -1/+1 | |
2013-01-11 | Whitespace | richo | 1 | -1/+1 | |
2013-01-01 | Rake task new_post now accepts titles through stdin | Brandon Mathis | 1 | -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-09 | Rakefile option for any additional rsync arguments | Johan Svensson | 1 | -1/+2 | |
Added variable `rsync_args` | |||||
2012-11-30 | Fixing English error pet-peeve. | Parker Moore | 1 | -1/+1 | |
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 | |