-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.toml
120 lines (102 loc) · 3.6 KB
/
config.toml
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
baseurl = "https://serohub.net/"
author = "Helmholtz HZI"
copyright = "Copyright (c) 2020 Helmholtz HZI"
canonifyurls = true
paginate = 3
theme="hugo-finite"
# multilingual
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
[languages]
[languages.en]
languageName = "English"
title = "LEOSS.sero-survey"
weight = 1
sponsor_url = "https://www.helmholtz.de/en"
bio_full = "Overview of SARS-Cov-2 seroprevalance studies in context of the worldwide COVID-19 pandemic"
blogName = "LEOSS.Sero-survey blog"
blogDescription = "Stay up to date with the latest opportunities to collaborate on SARS-Cov-2 seroprevalence studies."
studiesName = "Seroprevalence studies"
studiesDescription = "Find out about participating SARS-Cov-2 seroprevalence studies."
publicationName = "Publications"
publicationDescription = "Preprints and peer-reviewed scientific papers about SARS-Cov-2 seroprevalence studies."
[languages.de]
languageName = "Deutsch"
title = "LEOSS.sero-survey"
weight = 2
sponsor_url = "https://www.helmholtz.de"
bio_full = "Übersicht von SARS-CoV-2 Seroprävalenzstudien im Kontext der weltweiten COVID-19-Pandemie"
blogName = "LEOSS.Sero-survey Blog"
blogDescription = "Bleiben Sie auf dem Laufenden über Möglichkeiten der Zusammenarbeit bei SARS-CoV-2 Seroprävalenzstudien."
studiesName = "Seroprävalenzstudien"
studiesDescription = "Übersicht und Details über die teilnehmenden SARS-CoV-2 Seroprävalenzstudien."
publicationName = "Veröffentlichungen"
publicationDescription = "Vorab-Veröffentlichungen und begutachtete Veröffentlichungen über SARS-CoV-2 Seroprävalenzstudien."
[params]
logo = "img/hzi_logo_white.png"
sponsor = "Helmholtz HZI"
# Date format (refer to Go's date format: http://flippinggodateformat.com)
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
#date_format = "2 January 2006"
# Publications can have a Params.publication for citation references.
# Publications can have a Params.kind, such as "book".
# Both parameters are mapped to an icon in partials/pub-icon.html.
twitter_feed = "serohub"
# Number of posts to show on main page.
default_count = 2
sharing = true
leaflet_enable = true
mapbox_token = "pk.eyJ1Ijoic3RlcGhsb2NrZSIsImEiOiJjazlzOWg4Nm4wMnloM2Ztb3ZqcDl1bnZiIn0.TbIjIGJN69vEyaINwJTclA"
leaflet_central_lat = 52.5200
leaflet_central_long = 13.4050
[markup]
[markup.highlight]
style = "manni"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# [[params.education]]
# course = "Bachelor in Civil Law"
# institution = "University of Orléans"
# year = 1626
[[params.social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"
text = "[email protected]"
[[params.social]]
icon = "twitter"
icon_pack = "fa"
link = "https://twitter.com/serohub"
text = "@serohub"
site = "Twitter"
[[params.social]]
icon = "github"
icon_pack = "fa"
link = "https://github.com/hzi-braunschweig/serohub"
text = "hzi-braunschweig/serohub"
site = "GitHub"
# Navigation Links
# The weight parameter defines the order that the links will appear in.
[[languages.en.menu.main]]
name = "Publications"
url = "/en/publication/"
weight = 4
[[languages.de.menu.main]]
name = "Veröffentlichungen"
url = "/de/publication/"
weight = 4
[[languages.en.menu.main]]
name = "Studies"
url = "/en/studies/"
weight = 1
[[languages.de.menu.main]]
name = "Studien"
url = "/de/studies/"
weight = 1
[outputs]
home = ["HTML", "RSS", "JSON"]
[outputFormats.JSON]
mediaType = "application/json"
baseName = "studies"
isPlainText = true