-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
168 lines (140 loc) · 3.17 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
# default configuration
baseURL = "https://www.lehighur.org"
languageCode = "en-us"
summaryLength = "10"
theme = "kross"
title = "Lehigh UR"
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
link = "style.css"
# js plugin
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
# menu
[[menu.main]]
name = "About Us"
hasChildren = true
weight = 1
[[menu.main]]
parent = "About Us"
name = "Our Story"
URL = "stories"
#[[menu.main]]
#parent = "About Us"
#name = "Our Members"
#URL = "members"
# regular menu
[[menu.main]]
name = "Projects"
weight = 1
hasChildren = true
[[menu.main]]
parent = "Projects"
name = "RoboSub 2022"
URL = "newest"
[[menu.main]]
parent = "Projects"
name = "Summer of 2021"
URL = "summer21"
#[[menu.main]]
#parent = "Projects"
#name = "RoboSub 2022"
#URL = "robosub22"
[[menu.main]]
parent = "Projects"
name = "Technical Design Report"
URL = "tdr"
# regular menu
# [[menu.main]]
# name = "Media"
# weight = 1
# hasChildren = true
#[[menu.main]]
#parent = "Media"
#name = "Photos"
#URL = "photos"
#[[menu.main]]
#parent = "Media"
#name = "Videos"
#URL = "videos"
# regular menu
# [[menu.main]]
# name = "Reports"
# URL = "reports"
# weight = 1
# regular menu
[[menu.main]]
name = "Sponsors"
URL = "sponsors"
weight = 1
# regular menu
[[menu.main]]
name = "Contact Us"
URL = "contact"
weight = 10
# default parameters
[params]
home = "Home"
logo = "https://i.loli.net/2021/11/05/PIAXLrK3jEvJNmZ.png"
# theme color
theme_color = "#b35900"
# contact info
phone = "N/A"
email = "inuwrobo@lehigh.edu"
address = "27 Memorial Dr W, Bethlehem, PA 18015"
# meta description
description = "Hi! We are Lehigh UR"
# google analytics
google_analytics_id = "" # Your ID
# baidu site verification
baidu_site_verification = "" #Your verification code
# baidu analytics
baidu_analytics_id = "" #Your ID
# copyright
copyright = "Copyright © 2021 a Theme by [Gethugothemes](https://gethugothemes.com)"
# preloader
[params.preloader]
enable = true
preloader = "images/preloader.gif" # use png, jpg, svg or gif format
# contact
[params.contact]
enable = false
form_action = "#" # contact form works with : https://formspree.io
# google map
[params.map]
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=&types=(cities)&libraries=places&language=en"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"
# cookies
[params.cookies]
enable = true
expire_days = 2
# social site
# [[params.social]]
# icon = "ti-facebook"
# URL = "#"
[[params.social]]
icon = "ti-instagram"
URL = "https://www.instagram.com/lehighur/"
[[params.social]]
icon = "ti-github"
URL = "https://github.com/Lehigh-Underwater-Robotics"
[[params.social]]
icon = "ti-linkedin"
URL = "https://www.linkedin.com/company/lehigh-underwater-robotics/"