-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yaml
135 lines (126 loc) · 3.76 KB
/
config.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
baseURL: 'http://example.org/'
languageCode: en-gb
title: United Kingdom
theme: ehri-nn
copyright: '© 2010-{year} EHRI Consortium.'
defaultContentLanguage: en
dateFormat: '2 January 2006'
summaryLength: 40
params:
titleShort: EHRI-UK
facebookUrl: 'https://facebook.com/EHRIproject'
twitterUrl: 'https://twitter.com/EHRIproject'
linkedinUrl: 'https://www.linkedin.com/company/ehri-european-holocaust-research-infrastructure'
# `contactName` and `contactEmail` are used to populate the contact page.
contactName: EHRI UK
contactEmail: [email protected]
# `contactForm` is a boolean that determines whether the contact form should be shown.
contactForm: true
# `contactFormUrl` is the POST action of the form that will be used to send the contact email.
contactFormUrl: dummy
# `funders` is a list of funding bodies, each with a name, logo and an optional URL.
# If the URL is not provided, the logo will not be linked. The logo should be in the
# `static/images` folder.
funders:
- name: EHRI is funded by the European Commission
logo: 'eu-logo.svg'
url: 'https://ec.europa.eu/info/departments/research-and-innovation_en'
# Configure syntax highlighting for the examples on the `training` page
markup:
highlight:
style: xcode
# Configure taxonomy terms
taxonomies:
- name: category
weight: 1
- name: tag
weight: 2
# Menu configuration. Labels are in the i18n folders:
menu:
main:
- identifier: about
pageRef: about
weight: 20
- identifier: partners
pageRef: partners
weight: 30
- identifier: fellowships_training
pageRef: training
weight: 40
- identifier: services
pageRef: services
weight: 50
- identifier: contact
pageRef: contact
weight: 60
footer:
- identifier: about
pageRef: about
weight: 20
- identifier: partners
pageRef: partners
weight: 30
- identifier: fellowships_training
pageRef: training
weight: 40
services:
- identifier: portal
pageRef: 'https://portal.ehri-project.eu/'
weight: 10
- identifier: document_blog
pageRef: 'https://blog.ehri-project.eu/'
weight: 20
- identifier: digital_tools_guide
pageRef: 'https://github.com/EHRI/ehri-data-analysis-tools'
weight: 30
- identifier: podcast
pageRef: 'https://www.ehri-project.eu/ehri-podcast-for-the-living-and-the-dead'
weight: 40
# Language overrides for menu config. TODO: figure out
# how not to duplicate things in e.g. the services menu
languages:
en:
title: United Kingdom
weight: 1
languageName: English
cy:
title: Deyrnas Unedig
weight: 2
languageName: Cymraeg
menu:
main:
- identifier: about
pageRef: cy/about/
weight: 20
- identifier: partners
pageRef: cy/partners
weight: 30
- identifier: fellowships_training
pageRef: cy/training
weight: 40
- identifier: services
pageRef: cy/services
weight: 50
- identifier: contact
pageRef: cy/contact
weight: 60
footer:
- identifier: about
pageRef: cy/about/
weight: 20
- identifier: partners
pageRef: cy/partners
weight: 30
- identifier: fellowships_training
pageRef: cy/training
weight: 40
services:
- identifier: document_blog
pageRef: 'https://blog.ehri-project.eu/'
weight: 20
- identifier: digital_tools_guide
pageRef: 'https://github.com/EHRI/ehri-data-analysis-tools'
weight: 30
- identifier: podcast
pageRef: 'https://www.ehri-project.eu/ehri-podcast-for-the-living-and-the-dead'
weight: 40