forked from EHRI/ehri-nn-hugo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
99 lines (90 loc) · 2.84 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
baseURL: 'https://ehri.github.io/ehri-kg-website/'
languageCode: en-gb
title: EHRI-KG
theme: ehri-nn
copyright: '© 2010-{year} EHRI Consortium.'
defaultContentLanguage: en
dateFormat: '2 January 2006'
summaryLength: 40
params:
titleShort: EHRI-KG
facebookUrl: 'https://facebook.com/EHRIproject'
twitterUrl: 'https://twitter.com/EHRIproject'
linkedinUrl: 'https://www.linkedin.com/company/ehri-european-holocaust-research-infrastructure'
blueskyUrl: 'https://bsky.app/profile/ehri-project.eu'
# `contactName` and `contactEmail` are used to populate the contact page.
contactName: EHRI-KG
contactEmail:
# `contactForm` is a boolean that determines whether the contact form should be shown.
contactForm: false
# `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-KG is funded by the OSCARS project
logo: 'oscars_logo_beige.svg'
url: 'https://oscars-project.eu'
- name: EHRI is funded by the European Commission
logo: 'eu-logo.svg'
url: 'https://ec.europa.eu/info/departments/research-and-innovation_en'
markup:
# Configure syntax highlighting for the examples on the `training` page
highlight:
style: xcode
# Since we control the content, it's okay (and useful) to render raw HTML in the markdown
goldmark:
renderer:
unsafe: true
# 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: outputs
pageRef: outputs
weight: 40
- identifier: deliverables
pageRef: deliverables
weight: 50
- identifier: contact
pageRef: contact
weight: 60
footer:
- identifier: about
pageRef: about
weight: 20
- identifier: partners
pageRef: partners
weight: 30
outputs:
- identifier: lodview
pageRef: 'https://lod.ehri-project-test.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: EHRI-KG
weight: 1
languageName: English