-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
executable file
·96 lines (78 loc) · 1.91 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
baseURL = "https://teamrelectric.ca"
languageCode = "en-us"
title = "Relectric Car Team"
theme = "kross"
summaryLength = "10"
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/shuffle/shuffle.min.js"
# navigation
[menu]
[[menu.main]]
name="Home"
URL=""
weight=1
[[menu.main]]
name = "About"
URL = "about"
weight = 2
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 3
[[menu.main]]
name = "Team"
url = "team"
weight = 4
[[menu.main]]
name = "Sponsors"
URL = "sponsors"
weight = 5
[[menu.main]]
name = "Gallery"
URL = "gallery"
weight = 6
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 7
# Uncomment for applications
# [[menu.main]]
# name = "Apply"
# URL = "https://docs.google.com/forms/d/e/1FAIpQLSd0fhEgMMRkwFk6SxxLVLw8N55sILPsz8MT_bkKkLnMKYwAAg/viewform"
# weight = 8
[params]
logo = "images/logo.svg"
home = "Home"
# Meta data
description = "Dedicated to lowering the barrier of EV adoption through research and development"
author = "Relectric Car Team"
# Google Analitycs
googleAnalitycsID = "UA-156166255-1"
debug = true
# Preloader
[params.preloader]
enable = true
[params.contact]
enable = true
formAction = "https://formspree.io/mwkvwrlg" #contact form works with formspree.io
[params.footer]
email = "[email protected]"
address = "622 Collegiate Pl NW, Calgary, AB T2N 4V8"
instagram = "https://www.instagram.com/teamrelectric/"
linkedin = "https://www.linkedin.com/company/28557275"