-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsample_config.toml
More file actions
74 lines (70 loc) · 2.1 KB
/
sample_config.toml
File metadata and controls
74 lines (70 loc) · 2.1 KB
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
baseURL = "."
languageCode = "en-us"
title = 'Sample Site'
theme="tacademia.hugo"
logoNav = "/img/logo.svg"
mapData = "/static/assets/institutions.json"
[[menu.main]]
indentifier = 'home'
title= 'HOME'
name="HOME"
URL = '/'
weight = 10
map = true
[[menu.main]]
indentifier = 'research'
name= 'RESEARCH'
URL = '/research'
weight = 20
[[menu.main]]
indentifier = 'publications'
name= 'PUBLICATIONS'
URL = '/publications'
weight = 30
[[menu.main]]
indentifier = 'team'
name= 'TEAM'
URL = '/team'
weight = 40
[[menu.main]]
identifier = 'news'
name = 'NEWS'
URL = '/news'
# [[menu.main]]
# identifier = 'events'
# name= 'Events'
# URL = '/events'
[params.keys]
googleMaps = "sampleKey"
[params.team]
description = "The excellent graduate and undergraduate students, postdocs, faculty and staff members of our core team, alumni and collaborators."
[params.Footer]
logo = "/img/footer_logo.svg"
title= "PESTILLI LAB"
backgroundColor = "#F5F5F5"
textColor = "#646464"
boldTextColor = "#373737"
address = [
"Department of Psychology",
"The University of Texas at Austin",
"SEA 4.208 108 E.",
"Dean Keeton Stop A8000 Austin, TX",
"78712-1043",
"pestilli@utexas.edu"
]
facebook = "link"
twitter = "link"
github = "link"
[params.Footer.RelatedLinks]
[params.Footer.RelatedLinks.Education]
"Psychology PHD" = "https://liberalarts.utexas.edu/psychology/graduate/phd.php"
"Neuroscience PHD" = "https://neuroscienceinstitute.utexas.edu/PhD%20Program"
"Computer Science PHD" = "https://www.cs.utexas.edu/graduate-program/phd-program"
[params.Footer.RelatedLinks.Research]
"brainlife.io" = "https://brainlife.io"
"TACC" = "IMAGING CENTER"
"Indiana University UITS" = "https://dcops.iu.edu/"
"NeuroscienceNetwork.org" = "https://NeuroscienceNetwork.org"
[params.Footer.Institutional]
"Psychology Department" = "https://liberalarts.utexas.edu/psychology/"
"The University of Texas" = "The University of Texas"