Skip to content
Snippets Groups Projects
Commit 193ca5a5 authored by Kevin Lin's avatar Kevin Lin
Browse files

_config.yml: Specify collections build order

parent f29f2bdd
No related branches found
No related tags found
No related merge requests found
......@@ -36,25 +36,20 @@ footer_content:
# Collections for website data
collections:
staffers:
modules:
schedules:
announcements:
lessons:
permalink: '/:collection/:path/'
output: true
modules:
schedules:
staffers:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: announcements
values:
layout: announcement
- scope:
path: ''
type: lessons
type: staffers
values:
layout: page
layout: staffer
- scope:
path: ''
type: modules
......@@ -67,9 +62,14 @@ defaults:
layout: schedule
- scope:
path: ''
type: staffers
type: announcements
values:
layout: staffer
layout: announcement
- scope:
path: ''
type: lessons
values:
layout: page
# Configure collections for Just the Docs
just_the_docs:
collections:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment