181 Commits

Author SHA1 Message Date
cdce8p
358af5b488 Expanded rake isolate to cover components (#5349) 2018-05-25 18:14:01 -04:00
Paulus Schoutsen
06d3f4d0b3
generate a robots.txt file that blocks search engines if not prod site (#4919) 2018-03-14 16:57:55 -07:00
Paulus Schoutsen
caed5e9697 Fail if site generation fails 2016-12-06 23:00:48 -08:00
Paulus Schoutsen
5e6b7fd977 Update deploy branch 2016-08-21 16:55:10 -07:00
Dan Smith
970e6aa96d Allow preview with a different bind address
This makes the Rakefile preview task honor a listen address instead of
always defaulting to 127.0.0.1. This makes it easier to run the preview
on a machine other than where you have a web browser running.

To use:

  rake preview[0.0.0.0]
2016-02-19 20:53:14 -08:00
Paulus Schoutsen
26aa6b4150 Update pull command 2015-12-19 22:22:26 -08:00
Paulus Schoutsen
2e46db93bd Fix git pull on deploy 2015-12-19 22:16:15 -08:00
Paulus Schoutsen
def9ae38c4 Set correct git user while deploying on travis 2015-12-19 22:12:04 -08:00
Paulus Schoutsen
7519b4f0e0 Fix deploys 2015-12-19 22:06:21 -08:00
Paulus Schoutsen
a142baf14f Auto-deploy commits to master 2015-12-19 22:01:11 -08:00
Paulus Schoutsen
aaa837c3e7 Collection Index always generate 2015-10-26 23:24:16 -07:00
Paulus Schoutsen
b0bdfe2fe9 Update to site 2014-12-21 12:17:37 -08:00
Dan Lowe
5a2f6481c8 Fix 1656 - & needs specific quoting under Windows 2014-11-16 23:05:14 -05:00
Parker Moore
c6c5b74f4d Merge pull request #1331 from Darkhogg/patch-1
Fixed setup_github_pages failing and not properly writing url to _config.yml
2014-10-23 15:01:37 -07:00
Masahiro Kamata
9b43210b8a enable wildcard of rm_rf 2014-10-04 08:56:28 +09:00
Andy Lindeman
00d1591322 Fixes load path issues with ruby-based git credential helpers
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-07-19 15:08:28 -04:00
Brandon Mathis
52f9119645 Initial update to be compatible with Jekyll 2 2014-06-21 10:34:55 -05:00
Timothy Macdonald
c23be69915 Use correct time in log message for Github deploy 2014-05-17 15:08:38 -05:00
Patrick Aikens
c139f680e1 Fix typo in update_style copy command 2014-02-01 00:20:19 -05:00
Patrick Aikens
51ad614bd2 Reversed update_style copy direction to correctly restore the sass.old/custom files to the new sass/custom folder 2014-02-01 00:09:38 -05:00
Brandon Mathis
fe6ef744ed Merge pull request #1431 from Haacked/windows-code-page-fix
Set the codepage to 65001 before generating
2014-01-30 09:32:35 -08:00
Matt Enright
33b92bdfbb Fix spelling error 2013-12-19 16:26:03 -05:00
Phil Haack
3477eaf834 chcp only needs to run once 2013-11-29 20:43:32 -08:00
Haacked
21d26da1b6 Add check for running on Windows 2013-11-28 20:00:14 -08:00
Haacked
cf4af1d825 Set the codepage to 65001 before generating 2013-11-28 19:52:03 -08:00
Parker Moore
abc9ef5113 Move '/.' back to first arg in :update_style
Rel #1299
2013-11-17 21:52:15 -05:00
Parker Moore
4a3c160a17 Merge pull request #1299 from blake41/master
Fix update styles rake task
2013-11-17 18:51:37 -08:00
J. B. Rainsberger
b57935d42c Include timezone offset in new post template for YAML Front-Matter
Closes #1419.
2013-11-17 15:33:22 -05:00
nagimov
d7a4bf5fc0 ".git" added to sample string with SSH repository URL
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-09-20 02:17:07 +06:00
Daniel Escoz
631069f427 Made blog_url becalled just once...
...and stored in the `url` variable.
2013-08-25 12:29:21 +02:00
Brandon Mathis
a604dce258 Fixed blog_url for personal github pages projects. #1328 2013-08-23 15:03:57 -05:00
Brandon Mathis
77dc6a1ccf Fixed setup_github_pages success message. #1328 2013-08-23 14:07:42 -05:00
Daniel Escoz
a4236cae1b Fixed blog_url when user contains uppercase letters 2013-08-23 12:36:08 +02:00
Daniel Escoz
498116b774 Fixed blog_url not returning & rake setup_github_pages failing
When executing `rake setup_github_pages`, an error tells that `url` don't exist. The reference to that variable has been changed to a call to `blog_url`.

The function `blog_url` was not returning anything, failing to properly write the `_config.yml` file. It now does return what should have.
2013-08-23 12:26:49 +02:00
Rob Slifka
7f19c78cd5 Improved readability 2013-08-22 22:01:41 -07:00
Rob Slifka
f56cbb5589 Extract method 2013-08-21 20:58:45 -07:00
Rob Slifka
def01cb444 Use source/CNAME (if it exists) to set _config.yml url property 2013-08-21 16:42:03 -07:00
Blake Johnson
b19dbff510 update style rake task to copy from new sass to old sass folder. it seems like it was backwards before which makes no sense 2013-07-15 12:10:35 -04:00
Brandon Mathis
bc67475148 Github Pages deployment is now using git add -A for compatability with Git 1.8.2+ 2013-06-23 18:06:02 -05:00
erizhang
f5bb4dd89e add https protocol supporting during rake setup_github_pages 2013-05-31 11:19:47 +08:00
Brandon Mathis
1bd2b62a80 Added support for deploying to github.io 2013-04-09 11:48:16 -05:00
Brandon Mathis
5b887fef97 improved regexes for setup_github_pages task 2013-01-13 10:02:54 -06:00
Brandon Mathis
963eff26eb Removed unnecessary passive group from octopress origin regex 2013-01-12 21:24:15 -06:00
Vaz Allen
54fb2173d1 setup_github_pages: allow for clones missing .git extension 2013-01-12 21:22:09 -06:00
richo
5b332f5c95 Whitespace 2013-01-11 23:10:08 +11:00
Brandon Mathis
65f7f7f0b3 Rake task new_post now accepts titles through stdin
This should help resolve issues for zsh users and make it easier to enter titles which freak out Rake's argument processing
2013-01-01 14:22:48 -06:00
Brandon Mathis
48d3e75ff5 Merge pull request #844 from jsvensson/rsyncargs
Rakefile option for any additional rsync arguments
2012-12-19 22:13:04 -08:00
Johan Svensson
916b87a545 Rakefile option for any additional rsync arguments
Added variable `rsync_args`
2012-12-09 19:04:41 +01:00
Parker Moore
49e97e53f5 Fixing English error pet-peeve. 2012-11-30 21:42:46 -05:00
Brandon Mathis
2b67270f96 Disabled Rsync delete by default. Closes #787 2012-10-13 15:36:25 -05:00