From e2efecf92f203f3d8bbdfb93ecda831f2aacb935 Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 13 Sep 2022 17:07:19 -0400 Subject: [PATCH] Remove additional jekyll file --- _config.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 0a2185bf..00000000 --- a/_config.yml +++ /dev/null @@ -1,35 +0,0 @@ -# Site settings -title: Crossplane -url: "http://crossplane.io" # the base hostname & protocol for your site, e.g. http://example.com - -# Build settings -markdown: kramdown - -# plugins -# NOTE: github pages ignores custom plugins and any other plugin which is not whitelisted -# SEE: https://pages.github.com/versions/ -plugins: - - jekyll-relative-links - - jekyll-babel - - jekyll-readme-index - - jekyll-redirect-from - -exclude: - - Gemfile - - Gemfile.lock - - vendor - - build - -defaults: - - scope: - path: "" - values: - layout: default - - scope: - path: "docs" - values: - layout: "docs" - github: "https://github.com/crossplane/crossplane/tree" - -sass: - sass_dir: ./_scss