-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
288 lines (264 loc) · 9.32 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
#baseURL: http://opendata.atlas.cern/
baseURL: https://atlas-open-data-docs.github.io/WoW/
languageCode: en-us
title: ATLAS Open Data
theme: hugo-refresh
# theme: ../..
#########################################
######## Uncomment this option ##########
#########################################
# This options specify where to look for the images used in this config
# The default value is the "asset" directory of this theme
# assetDir: "static"
# Option to specify the default language of the theme
# I.e., the landing language of your root
DefaultContentLanguage: en
## Option to disable additional language in your site.
#disableLanguages: ["ru"]
#disableKinds: ["sitemap","RSS"]
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5
# Option to specify that all links will be open in a new tab.
blackfriday:
hrefTargetBlank: true
Taxonomies:
tag: "tags"
# Supported fonts are:
# https://fonts.google.com/
# Icons taken from:
# https://konpa.github.io/devicon/
# https://bulkitv2.cssninja.io/_components-icons-fa.html
params:
# parameter used to specify the number of article in each row
# for the summary pages, the possible options are: 2, 3, 4, 5 or 6
articlesPerRow: 2
# option to specify the favicon image of the site
# the path is relative to the folder "assetDir" of this configuration
favicon: "/images/opendata.svg"
# parameter used to specify if you want to minify the imported js
jsMinify: false
# parameter used to specify if you want to minify the imported css
cssMinify: false
# parameter used to specify if you want to calculate the css integrity
cssIntegrity: true
# parameter used to specify if you want to calculate the js integrity
jsIntegrity: true
# option to specify the main colour of the theme
mainColour: "#0b80c3"
# summary options
summary:
# option to specify the default image in the summary list
# the starting folder is configure in "assetDir" of this file
defaultImage : "/images/ATLAS-logo.gif"
# loading options
loading:
# option to specify the loading image
# the starting folder is configure in "assetDir" of this file
image: "/images/loaders/rings.svg"
# main pages options
mainPage:
# option to specify the main font of the theme
fontFamily: "Open Sans"
# sidebar options
sidebar:
# option to specify the logo of the sidebar
# the starting folder is configure in "assetDir" of this file
logo: "/images/opendata.svg"
# option to specify the font of the sidebar
fontFamily: "Open Sans" # "Ubuntu"
# navbar options
navbar:
# option to specify the logo of the sidebar
fontFamily: "Open Sans" # "Ubuntu"
# option to show the little logos on the side of the navbar items
showIcons: false
# 404 page options
pagNotFound:
# option to specify the main picture of the sidebar
# the starting folder is configure in "assetDir" of this file
image: "images/ATLAS-logo_404.gif"
# option to specify the title of the 404 page
title: 404 Page Not Found
# option to specify the subtitle of the 404 page
subtitle: Sorry! That link did not work. The page it pointed might have been moved or is temporarily unavailable.
# option to specify the width of the image in the 404 page
imageWidth: 600px
# homepage options
homepage:
# this options let you specify if you want a link to the homepage
# it can be: "none", "menu", "footer" or "menu+footer"
linkPosition: "menu+footer"
# this options let you specify the text of the link to the homepage
linkText: "Home"
# option to specify the title in the homepage
title: ATLAS Open Data
# option to specify the subtitle in the homepage
subtitle: An Educational project in High Energy Physics
# option to specify image in the homepage
image: "images/ATLAS-logo.gif" #ATLASOD.gif # worker.svg
# option to specify the width of the image in the homepage
imageWidth: 200%
# footer options
footer:
# option to specify the logo in the footer
# the starting folder is configure in "assetDir" of this file
logo: "/images/opendata.svg"
# option to specify your contact email in the footer
email:
link: atlas.outreach.data.tools@cern.ch
title: Get in touch
# option to specify your linkedin profile in the footer
#linkedin:
# link: https://its.cern.ch/jira/browse/MYATLAS
# title: Report a bug or idea
# option to specify your facebook account in the footer;
facebook:
link: ATLASexperiment
title: Facebook
# option to specify your github account in the footer;
github:
link: atlas-outreach-data-tools
title: Our Github
# option to specify your twitter username in the footer;
# **uncomment** the below lines to show in footer
# twitter:
# link: username
# title: Twitter
# option to specify your instagram username in the footer;
instagram:
link: atlasexperiment
title: Instagram
# option to specify the copyright in the footer
copyright: ATLAS Experiment © 2023 CERN
# using themes.gohugo.io
###################################################################
################## multilanguage support options ##################
###################################################################
languages:
en:
languageName: English
weight: 1
fr:
languageName: French
weight: 2
# When Specifying different parameters for a different language
# you need to specify all the mandatory sub-parameters as well.
# E.g.: if you specify the "homepage" parameter then you need to
# specify all mandatory sub-parameters, e.g.: "title".
# See example below:
params:
homepage:
linkPosition: "menu+footer"
# this options let you specify the text of the link to the homepage
linkText: "Accueil"
#
title: ATLAS Open Data
subtitle: Français
image: "images/ATLAS-logo.gif" #ATLASOD.gif # worker.svg
imageWidth: 600px
# Some sub-parameters of the "footer" parameter
# can be omitted because the code allows for them to be
# missed but they will treated as they do not exist,
# i.e., the parameters of the default language
# won't be inherited.
footer:
logo: "/images/opendata.svg"
email:
link: https://atlas.cern
title: Contact
# linkedin:
# link: your_linkedin_profile
# title: LinkedIn
facebook:
link: ATLASexperiment
title: Facebook
# twitter:
# link: username
# title: Twitter
instagram:
link: atlasexperiment
title: Instagram
github:
link: atlas-outreach-data-tools
title: Our Github
copyright: ATLAS Experiment © 2023 CERN
################################################################################
es:
languageName: Spanish
weight: 3
params:
homepage:
linkPosition: "menu+footer"
# this options let you specify the text of the link to the homepage
linkText: "Inicio"
title: ATLAS Open Data
subtitle: Español
image: "images/ATLAS-logo.gif" #ATLASOD.gif # worker.svg
imageWidth: 600px
# Some sub-parameters of the "footer" parameter
# can be omitted because the code allows for them to be
# missed but they will treated as they do not exist,
# i.e., the parameters of the default language
# won't be inherited.
footer:
logo: "/images/opendata.svg"
email:
link: https://atlas.cern
title: Contact
# linkedin:
# link: your_linkedin_profile
# title: LinkedIn
facebook:
link: ATLASexperiment
title: Facebook
# twitter:
# link: username
# title: Twitter
instagram:
link: atlasexperiment
title: Instagram
github:
link: atlas-outreach-data-tools
title: Our Github
copyright: ATLAS Experiment © 2023 CERN
################################################################################
it:
languageName: Italian
weight: 4
params:
homepage:
linkPosition: "menu+footer"
# this options let you specify the text of the link to the homepage
linkText: "Home"
title: ATLAS Open Data
subtitle: Italiano
image: "images/ATLAS-logo.gif" #ATLASOD.gif # worker.svg
imageWidth: 600px
# Some sub-parameters of the "footer" parameter
# can be omitted because the code allows for them to be
# missed but they will treated as they do not exist,
# i.e., the parameters of the default language
# won't be inherited.
footer:
logo: "/images/opendata.svg"
email:
link: https://atlas.cern
title: Contact
# linkedin:
# link: your_linkedin_profile
# title: LinkedIn
facebook:
link: ATLASexperiment
title: Facebook
# twitter:
# link: username
# title: Twitter
instagram:
link: atlasexperiment
title: Instagram
github:
link: atlas-outreach-data-tools
title: Our Github
copyright: ATLAS Experiment © 2023 CERN