aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-404/+0
2014-10-20initial setupZhiming Wang1-4/+4
2014-10-04enable wildcard of rm_rfMasahiro Kamata1-1/+1
2014-07-19Fixes load path issues with ruby-based git credential helpersAndy Lindeman1-2/+2
Otherwise, we get errors like this (with boxen, e.g.): ``` /opt/boxen/bin/boxen-git-credential:23:in `require': cannot load such file -- boxen/config (LoadError) from /opt/boxen/bin/boxen-git-credential:23:in `<main>' Username for 'https://github.com': ```
2014-06-21Initial update to be compatible with Jekyll 2Brandon Mathis1-3/+3
2014-05-17Use correct time in log message for Github deployTimothy Macdonald1-1/+1
2014-02-01Fix typo in update_style copy commandPatrick Aikens1-1/+1
2014-02-01Reversed update_style copy direction to correctly restore the ↵Patrick Aikens1-2/+2
sass.old/custom files to the new sass/custom folder
2013-12-19Fix spelling errorMatt Enright1-1/+1
2013-11-29chcp only needs to run oncePhil Haack1-4/+4
2013-11-28Add check for running on WindowsHaacked1-2/+4
2013-11-28Set the codepage to 65001 before generatingHaacked1-0/+2
2013-11-17Move '/.' back to first arg in :update_styleParker Moore1-1/+1
Rel #1299
2013-11-17Include timezone offset in new post template for YAML Front-MatterJ. B. Rainsberger1-1/+1
Closes #1419.
2013-09-20".git" added to sample string with SSH repository URLnagimov1-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-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-07-15update style rake task to copy from new sass to old sass folder. it seems ↵Blake Johnson1-1/+1
like it was backwards before which makes no sense
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