-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (65 loc) · 1.46 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
## Basic Configuration
baseurl = "/"
languageCode = "en"
title = "MADDVIPR"
theme = "terrassa"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
# googleAnalytics = "your-google-analytics-id"
# enableRobotsTXT = true
# summarylength = 30
paginate = 5
author = "Raffaele"
## Social Accounts
[params.social]
#github = "<username>"
#instagram = "<username>"
#xing = "<username>"
#linkedin = "<username>"
#twitter = "<username>"
#facebook = "<username>"
#stackoverflow = "<username>"
#telegram = "<username>"
#email = "your-email@example.com"
# gravatar = "your-email@example.com"
## Main Menu
[[menu.main]]
name = "Contributions and Awards"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Papers"
weight = 220
identifier = "papers"
url = "/paper/"
[[menu.main]]
name = "Posters"
weight = 250
identifier = "posters"
url = "/poster/"
[[menu.main]]
name = "Outreach"
weight = 280
identifier = "Outreach"
url = "/outreach/"
[[menu.main]]
name = "People"
identifier = "contact"
weight = 300
url = "/contact/"
[[menu.main]]
name = "Organizations"
identifier = "organization"
weight = 301
url = "/organizations/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 100
url = "/about/"
[params.posts]
showAuthor = true
showDate = true
showTags = true
dateFormat = "Monday, Jan, 2006"