-
Notifications
You must be signed in to change notification settings - Fork 27
/
config.yaml
102 lines (94 loc) · 3.17 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
baseURL: "https://www.pathogens.se/"
title: "The Swedish Pathogens Portal"
buildFuture: true
params:
title: "The Swedish Pathogens Portal"
description: "The Swedish Pathogens Portal provides information about available datasets, resources, tools, and services related to pandemic preparedness in Sweden. We offer support to all those involved in pandemic preparedness research that are affiliated with a Swedish research institution or university."
images:
- /img/swe_pathogens_social_media.png
# There is a hugo i18n package, but it seems like overkill for so few strings
lang_strings:
en:
home_title: "Swedish Pathogens Portal: supporting pandemic preparedness"
enquire_email_footer_dc: "Contact the Swedish Pathogens Portal"
support_feedback: Support & Feedback
privacy: Privacy Notice
github_link: Website code on GitHub
skip_to_content: Skip to main content
readmore_text: Read more
published_text: Published
all_highlights: See all data highlights
next_highlight: Next
previous_highlight: Previous
projects_title: Project title
projects_pi: Principal investigator
projects_piaff: PI affiliation
projects_funder: Funder
pubs_pub: Publication
pubs_updated: Published
pubs_field: Field/Topic
pubs_availability: Data availability
pubs_type: Publication type
pubs_year: Year
pubs_funder: Funder
twitter_link: Twitter
linkedin_link: LinkedIn
sv:
home_title: "Pathogens Portal Sverige: stöd för pandemiberedskap"
enquire_email_footer_dc: "Kontakta Pathogens Portal Sverige"
support_feedback: Support och Feedback
privacy: Integritetspolicy
github_link: Webbplatskod på GitHub
skip_to_content: Hoppa till innehållet
readmore_text: Läs mer
published_text: Publicerad
all_highlights: Se alla data i fokus
next_highlight: Nästa
previous_highlight: Föregående
projects_title: Projektitel
projects_pi: Projektledare
projects_piaff: Koordinerande organisation
projects_funder: Forskningsfinansiär
pubs_pub: Artikel
pubs_updated: Publicerad
pubs_field: Ämne
pubs_availability: Tillgängliga forskningsdata
pubs_type: Publikationstyp
pubs_year: År
pubs_funder: Forskningsfinansiär
languages:
en:
languageName: English
contentDir: content/english
weight: 1
sv:
languageName: Svenska
contentDir: content/svenska
weight: 2
markup:
goldmark:
renderer:
unsafe: true
caches:
getjson:
dir: :cacheDir/:project
maxAge: 10s
taxonomies:
highlights_topic: highlights_topics
highlights_voc: highlights_vocs
dashboards_topic: dashboards_topics
editorials_topic: editorials_topics
editorials_author: editorials_authors
permalinks:
highlights_topics: "/highlights/topics/:slug/"
highlights_vocs: "/highlights/vocs/:slug/"
dashboards_topics: "/dashboards/topics/:slug/"
editorials_topics: "/editorials/topics/:slug/"
editorials_authors: "/editorials/authors/:slug/"
related:
includeNewer: false
indices:
- name: tags
weight: 100
threshold: 80
toLower: false