-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
129 lines (109 loc) · 3.05 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
121
122
123
124
125
126
127
128
129
baseurl = "https://hzi-site-template.netlify.app/"
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 = "Influenza Survey"
weight = 1
sponsor_url = "https://www.helmholtz.de/en"
bio_full = ""
blogName = "[Blog Name] blog"
blogDescription = "The blog description goes here"
studiesName = "[Studies Name] Studies"
studiesDescription = "Studies description goes here"
publicationName = "Publications"
publicationDescription = "Publications description goes here"
[languages.de]
languageName = "Deutsch"
title = "LEOSS.sero-survey"
weight = 2
sponsor_url = "https://www.helmholtz.de"
bio_full = ""
blogName = ""
blogDescription = ""
studiesName = ""
studiesDescription = ""
publicationName = ""
publicationDescription = ""
[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
[params.dashboard]
url = "../sample.html"
button = "Sample dashboard"
[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/"
text = "@twitter"
site = "Twitter"
[[params.social]]
icon = "github"
icon_pack = "fa"
link = "https://github.com/"
text = "hzi-braunschweig/github"
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
[caches]
[caches.getjson]
dir = ':cacheDir/:project'
maxAge = -1