From 193ca5a5fab1af7d1385db3d0dfec36958771cc7 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Tue, 11 Aug 2020 07:11:09 -0700 Subject: [PATCH] _config.yml: Specify collections build order --- _config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index 432729a..c72d543 100644 --- a/_config.yml +++ b/_config.yml @@ -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: -- GitLab