Skip to content

Commit

Permalink
feat(resources): update Jekyll config to use resource layout
Browse files Browse the repository at this point in the history
asset-based Resources still go directly to the asset
  • Loading branch information
angela-tran committed Nov 1, 2023
1 parent d7c163c commit 8d3db88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ collections:
output: true
permalink: /:collection/:name
resources:
output: false
output: true
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: press
values:
layout: press
- scope:
path: ""
type: resources
values:
layout: resource
description: A state government initiative, Cal-ITP is making riding by rail and bus simpler and more cost-effective—for California transit providers and riders.
domain: www.calitp.org
google_fonts: "https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Raleway:wght@700&display=swap"
Expand Down

0 comments on commit 8d3db88

Please sign in to comment.