From d5ea43888cdc8020f6db1f350ba266df81ad3d59 Mon Sep 17 00:00:00 2001 From: Dylan Just Date: Tue, 12 Jun 2018 15:16:55 +1000 Subject: [PATCH] Exclusions for speed --- _config-local.sample.yml | 2 +- _config.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config-local.sample.yml b/_config-local.sample.yml index cd86f4e..59fc479 100644 --- a/_config-local.sample.yml +++ b/_config-local.sample.yml @@ -1,3 +1,3 @@ shared_baseurl: "https://www.tinymce.com" -gems: +plugins: - jekyll-redirect-from diff --git a/_config.yml b/_config.yml index 22dc037..3981c37 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,8 @@ exclude: - vendor - wercker.yml - node_modules + - .idea + - .git markdown: redcarpet @@ -24,7 +26,7 @@ redcarpet: - tables - prettify -gems: +plugins: - jekyll-redirect-from - octopress-minify-html - jekyll-sitemap