From 3a670b8b90f9354be5fefcb340be63c2e8e19128 Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Fri, 27 Nov 2015 21:28:18 -0500 Subject: [PATCH] Really enable jekyll-redirect-from `safe` needs to be `false` to have the plugin in effect. See https://talk.jekyllrb.com/t/jekyll-redirect-from-redirects-not-being-applied/1204 --- Gemfile.lock | 3 +++ _config.yml | 2 +- user/customizing-the-build.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0125ebdaa46..d6878461397 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,3 +152,6 @@ DEPENDENCIES rack-jekyll rack-ssl-enforcer rake + +BUNDLED WITH + 1.10.6 diff --git a/_config.yml b/_config.yml index 6bf04794856..f3dacad8fec 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ exclude: [bin, CNAME, Gemfile, Gemfile.lock, README.md, slate, vendor] markdown: kramdown permalink: :title -safe: true +safe: false syntax-highlighting: enabled: true kramdown: diff --git a/user/customizing-the-build.md b/user/customizing-the-build.md index 44c8ca4978c..df760b9d5a7 100644 --- a/user/customizing-the-build.md +++ b/user/customizing-the-build.md @@ -188,7 +188,7 @@ one situation in which you might want to set a particular limit is: condition with concurrent builds. You can set the maximum number of concurrent builds in the settings pane for -each repository. +each repository. ![Settings -> Limit concurrent builds](/images/screenshots/concurrent-builds-how-to.png)