-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
174 lines (152 loc) · 4.22 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
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
baseURL = "https://terourou.org/"
languageCode = "en-us"
title = "Te Rourou Tātaritanga"
theme = "hugo-initio"
publishDir = "public"
buildFuture = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
custom_js = ["js/Youtube.min.js"]
[params]
name = "Te Rourou Tātaritanga"
description = "Informatics for Social Services and Wellbeing"
# email = "team@terourou.nz"
# phone = ""
address = "Victoria University of Wellington\nWellington, New Zealand"
year = 2021
avatar = "img/logo.png"
avatarclass = "square"
background = ""
banner = "img/wgtn.jpg"
banner_attr = "Tony Wills"
banner_attr_details = "CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0>, via Wikimedia Commons"
banner_attr_url = "https://commons.wikimedia.org/wiki/File:Wellington_Harbour_01.jpg"
favicon = "favicon.ico"
DateForm = "January 2, 2006"
showSubheader = true
showServices = false
showRecentWorks = false
showDownload = false
showClients = false
footerEnableContact = true
footerEnableFollowme = true
footerEnableTextWidget = false
footerEnableFormWidget = false
[taxonomies]
category = "categories"
tag = "tags"
team = "team"
# symposium_stream = "symposium_streams"
# section = "sections"
[[menu.main]]
name = "events"
url = "/events/"
weight = 10
[[menu.main]]
name = "Impacts / Research outputs"
url = "/outputs/"
weight = 30
[[menu.main]]
name = "Engagement"
url = "/engagement/"
weight = 35
[[menu.main]]
name = "team"
url = "/team/"
weight = 40
[[menu.main]]
name = "related"
url = "/"
weight = 50
identifier = "related"
#### ---------------------------------- Related Links
[[menu.main]]
parent = "related"
name = "iNZight"
url = "https://inzight.nz"
[params.disqus]
site = "hugo-initio-site.disqus.com"
[params.sharethis]
property = "123456789012345678901234"
custom = true
[params.google.analytics]
trackerID = "G-G760P38TTW"
# [[params.social]]
# title = "facebook"
# url = "https://www.facebook.com/nickname"
# icon = "fab fa-facebook-square"
# footer = true
# sharethis = true
# network = "facebook"
[[params.social]]
title = "twitter"
url = "https://twitter.com/terourou"
icon = "fab fa-twitter-square"
footer = true
sharethis = true
network = "twitter"
# [[params.social]]
# title = "instagram"
# url = "https://www.instagram.com/nickname"
# icon = "fab fa-instagram"
# footer = true
# sharethis = false
# network = ""
# [[params.social]]
# title = "google+"
# url = "https://plus.google.com/+nickname"
# icon = "fab fa-google-plus-square"
# footer = false
# sharethis = true
# network = "googleplus"
# [[params.social]]
# title = "linkedin"
# url = "https://www.linkedin.com/in/nickname"
# icon = "fab fa-linkedin"
# footer = false
# sharethis = true
# network = "linkedin"
# [[params.social]]
# title = "tumblr"
# url = "https://nickname.tumblr.com"
# icon = "fab fa-tumblr-square"
# footer = false
# sharethis = false
# network = "tumblr"
[[params.social]]
title = "github"
url = "https://github.com/terourou"
icon = "fab fa-github"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "email"
url = "mailto:colin.simpson@vuw.ac.nz"
icon = "fas fa-envelope-square"
footer = true
sharethis = true
network = "email"
[[params.affiliates]]
title = "Ministry of Business and Innovation"
url = "https://mbie.govt.nz"
logo = "/img/mbie.png"
logoclass = "pad-10 padright"
weight = 1
prefix = "Funded by MBIE"
[[params.affiliates]]
title = "Victoria University of Wellington"
url = "https://wgtn.ac.nz"
logo = "/img/uvic.png"
[[params.affiliates]]
title = "University of Auckland"
url = "https://auckland.ac.nz"
logo = "https://cdn.auckland.ac.nz/assets/central/central-services/mediaandmarketing/uoa-logos-2015/uoa-logo-2015-colour.png"
[[params.affiliates]]
title = "Social Wellbeing Agency"
url = "https://swa.govt.nz"
logo = "/img/swa.png"
logoclass = "pad-10"
[[params.affiliates]]
title = "iNZight Analytics"
url = ""
logo = "/img/inzan.png"