-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
49 lines (43 loc) · 1.25 KB
/
hugo.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
baseURL = 'https://ml4its.github.io/'
languageCode = 'en-us'
title = 'ML4ITS - Machine Learning for Irregular Time Series'
theme = 'mainroad'
[Params.widgets.social]
cached = false # activate cache if true
# Enable parts of social widget
github = "ml4its"
email = "massimiliano.ruocco@sintef.no"
[Params]
description = "ML4ITS website"
copyright = "Massimiliano Ruocco"
#post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
post_meta = ["categories", "translations"]
mainSections = []
[Params.logo]
image = "images/logoml4its.png" # Logo image. Path relative to "static"
title = "ML4ITS" # Logo title, otherwise will use site title
subtitle = "Machine Learning for Irregular Time Series" # Logo subtitle
[Params.thumbnail]
#visibility = ["list", "post"] # Control thumbnail visibility
visibility = ["list"] # Control thumbnail visibility
[menu]
[[menu.main]]
name = 'Home'
pageRef = '/'
weight = 1
[[menu.main]]
name = 'Publications'
pageRef = '/publications'
weight = 2
[[menu.main]]
name = 'Thesis'
pageRef = '/thesis'
weight = 3
[[menu.main]]
name = 'Team'
pageRef = '/team'
weight = 4
[[menu.main]]
name = 'Events'
pageRef = '/events'
weight = 4