forked from DLFMetadataAssessment/Sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (49 loc) · 1.07 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
title: DLF Metadata Assessment Working Group
baseurl: /Sandbox
collections:
metadata_application_profiles:
output: true
permalink: /projects/metadata-application-profiles/:title/
tools:
output: true
permalink: /projects/tools/:title/
# look into this when github-pages gem uses Jekyll ≥ 4.0
# https://jekyllrb.com/docs/collections/#sort-by-front-matter-key
# sort_by: tool_title
tutorials:
output: true
permalink: /projects/skill-building-resources/:title/
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: "assets"
type: "pages"
values:
layout: null
- scope:
path: ""
type: "metadata_application_profiles"
values:
layout: "metadata-application-profile"
- scope:
path: ""
type: "tools"
values:
layout: "tool"
- scope:
path: ""
type: "tutorials"
values:
layout: "tutorial"
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- 'README.md'
sass:
style: compressed
plugins:
- jekyll-redirect-from