Skip to content

Commit cc1fc76

Browse files
authored
Merge pull request #907 from CHTC/chtc-centralize-events-repo
Centralize events repo and switch to new format
2 parents c5f406c + 2332da1 commit cc1fc76

40 files changed

+94
-20
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "staff-list"]
55
path = staff-list
66
url = https://github.com/CHTC/staff-list.git
7+
[submodule "_events"]
8+
path = _events
9+
url = https://github.com/CHTC/Events.git

_config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ include:
2323
- "nsdf/.well-known"
2424
- "uwdf/researchdrive/.well-known"
2525

26+
exclude:
27+
- _events/images
28+
2629
markdown_ext : "md,shtml"
2730

2831
highlighter: none
@@ -41,9 +44,13 @@ defaults:
4144
layout: news-page
4245
permalink: :title.html
4346
- scope:
44-
type: events
47+
type: events_legacy
4548
values:
4649
layout: events
50+
- scope:
51+
type: events
52+
values:
53+
layout: events_modern
4754
- scope:
4855
type: redirects
4956
values:
@@ -54,9 +61,12 @@ collections:
5461
news:
5562
permalink: /news/:path/
5663
output: true
64+
events_legacy:
65+
output: true
66+
permalink: /events/:year/:month/:title
5767
events:
5868
output: true
59-
permalink: /:collection/:year/:month/:title
69+
permalink: /events/:year/:month/:day/:title
6070
redirects:
6171
output: true
6272
uw-research-computing:

_events

Submodule _events added at e71ba43
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)