From 8cc473e8d3e94adebb18d3bd62dee5dfd87a1798 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:06:38 -0400 Subject: [PATCH] Tweak config --- _config.yml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/_config.yml b/_config.yml index 83be8ae..e31595c 100644 --- a/_config.yml +++ b/_config.yml @@ -39,8 +39,6 @@ jekyll-archives: year: '/:year/' date_format: "%b %e, %Y" collections: - feeds: - output: true pages: output: true people: @@ -50,31 +48,23 @@ collections: redirects: output: true defaults: - - - scope: + - scope: path: "_pages" - type: "pages" values: permalink: /:path/ layout: "page" - - - scope: - path: "_redirects" - type: "redirects" - values: - permalink: /:path/ - layout: "redirect" - - - scope: + - scope: path: "_people" - type: "people" values: layout: "person" - - - scope: + - scope: path: "_posts/blog" - type: "posts" values: - permalink: /blog/:year/:month/:title/ + permalink: /blog/:year/:month/:title/ # or whatever category: "Blog" - layout: "post" \ No newline at end of file + layout: "post" + - scope: + path: "_redirects" + values: + permalink: /:path/ + layout: "redirect" \ No newline at end of file