forked from digipres/digipres.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (49 loc) · 1017 Bytes
/
Copy path_config.yml
File metadata and controls
55 lines (49 loc) · 1017 Bytes
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
markdown: kramdown
baseurl: ""
title: DigiPres.org
subtitle: "Digital preservation community portal"
collections:
organisations:
output: true
goto:
output: true
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
layout: "simple_page"
- scope:
path: "communities/local/*/*"
values:
layout: "local_group_page"
- scope:
path: "workflows/*/index*"
values:
layout: "workflow_page"
- scope:
path: "_organisations/*/*"
values:
layout: "org_page"
- scope:
path: "workflow-webinars/*/index*"
values:
layout: "workflow_webinar_page"
- scope:
path: "/formats/*"
values:
layout: "default"
- scope:
path: "/tools/*"
values:
layout: "default"
#paginate: 10
#paginate_path: /news/pages/:num/
#permalink: /news/:year/:month/:day/:title/
exclude:
- _sources
include:
- _data
- _redirects
plugins:
- jekyll-redirect-from
# - jekyll-paginate