Skip to content

Commit

Permalink
Add Sprint Details
Browse files Browse the repository at this point in the history
Sprint Details are implemented as a Jekyll Collection backed by per-sprint data in a yaml file.
  • Loading branch information
chessbyte committed May 6, 2020
1 parent 57d8dc7 commit da74d0f
Show file tree
Hide file tree
Showing 123 changed files with 169,112 additions and 2 deletions.
11 changes: 11 additions & 0 deletions site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,24 @@ exclude:
- setup.sh
- "*.yaml"

collections:
sprints:
permalink: /sprints/:name
output: true

defaults:
- scope:
path: ""
type: posts
values:
layout: post

- scope:
path: ""
type: sprints
values:
layout: sprint

- scope:
path: "docs/get-started"
type: pages
Expand Down
Loading

0 comments on commit da74d0f

Please sign in to comment.