-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
119 lines (105 loc) · 3.06 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
baseURL = "https://quarcs.netlify.app"
languageCode = "en-us"
title = "QuaRCS-lab Network"
theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Navbar Menus
[[menu.main]]
name = "People"
url = "about"
weight = 20
[[menu.main]]
name = "Research"
url = "research"
weight = 40
[[menu.main]]
name = "Events"
#url = "portfolio/webinars"
url = "https://lu.ma/quarcs"
weight = 43
#[[menu.main]]
#name = "Learning"
#url = "portfolio/webinars"
#url = "https://discord.gg/NKb5GJJmkd"
#weight = 50
[[menu.main]]
name = "Tutorials"
url = "portfolio/data-tutorials"
weight = 60
#[[menu.main]]
#name = "Projects"
#url = "service"
#weight = 80
[[menu.main]]
name = "Community"
url = "https://discord.gg/pfEmxwSEHy"
weight = 45
[[menu.main]]
name = "Github"
url = "https://github.com/quarcs-lab"
weight = 90
[[menu.main]]
name = "Contact"
url = "https://carlos-mendez.rbind.io/#contact"
weight = 95
# Site Params
[params]
home = "Home"
logo = "images/logo.png"
dateFormat = "6 January 2006"
# Meta data
description = "Airspace Hugo theme"
author = "Themefisher"
# Google Analitycs
googleAnalitycsID = "Your ID"
# contact form action
contactFormAction = "#" # contact form works with https://formspree.io
# Homepage About Section
[params.about]
enable = true
title = "ABOUT US"
content = "In the QuaRCS network, we conduct research on quantitative regional and computational science. We exploit the integration of development economics, spatial data science, and econometrics to understand and inform the process of sustainable development across subnational regions and countries. <br> <br> The QuaRCS network is also part of the UN Sustainable Development Solutions Network (SDSN). As such, it helps mobilize scientific knowledge and technological expertise to promote global sustainable development."
image = "images/about/about.png"
# Banner Section
[params.banner]
enable = true
bgImage = "images/slider7.jpg"
heading = "We conduct research about"
description = "Quantitative Regional and Computational Science"
# button
btn = true
btnText = "Research Projects and Outcomes"
btnURL = "research"
# flip text
[[params.banner.flipText]]
title = "Regional Inequality"
[[params.banner.flipText]]
title = "Regional Growth"
[[params.banner.flipText]]
title = "The Geography of Development"
[[params.banner.flipText]]
title = "Economic and Social Convergence"
[[params.banner.flipText]]
title = "Economic Growth and Structural Change"
# Call to Action
[params.cta]
enable = true
title = "Do you conduct similar research?"
content = "Join our research and learning community"
btnText = "JOIN US"
btnURL = "https://discord.gg/pfEmxwSEHy"
# Portfolio Section On Homepage
[params.portfolio]
enable = true
title = "Activities"
subtitle= ""
# social icon
[[params.socialIcon]]
icon = "ion-social-facebook"
url = "https://discord.gg/pfEmxwSEHy"
#[[params.socialIcon]]
#icon = "ion-social-instagram"
#url = "#"
#[[params.socialIcon]]
#icon = "ion-social-linkedin"
#url = "#"