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