Skip to content

Commit

Permalink
Tweak config
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Apr 22, 2024
1 parent 8f54bf7 commit 8cc473e
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jekyll-archives:
year: '/:year/'
date_format: "%b %e, %Y"
collections:
feeds:
output: true
pages:
output: true
people:
Expand All @@ -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"
layout: "post"
- scope:
path: "_redirects"
values:
permalink: /:path/
layout: "redirect"

0 comments on commit 8cc473e

Please sign in to comment.