-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
81 lines (81 loc) · 2.65 KB
/
config.toml
File metadata and controls
81 lines (81 loc) · 2.65 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
75
76
77
78
79
80
81
baseurl = "https://gw-robotics.github.io/"
defaultContentLanguage = "en"
disqusShortname = "gw-robotics"
googleAnalytics = ""
languageCode = "en-us"
paginate = 10
theme = "hugo-universal-theme"
title = "GW Robotics"
[Permalinks]
blog = "/blog/:year/:month/:day/:filename/"
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5
[[menu.main]]
name = "Calendar"
url = "/calendar/"
weight = 3
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.topbar]]
name = "GitHub"
pre = "<i class='fa fa-2x fa-github'></i>"
url = "https://github.com/GW-Robotics/"
weight = 1
[[menu.topbar]]
name = "Facebook"
pre = "<i class='fa fa-2x fa-facebook'></i>"
url = "https://www.facebook.com/gwroboticsteam/"
weight = 3
[[menu.topbar]]
name = "Instagram"
pre = "<i class='fa fa-2x fa-instagram'></i>"
url = "https://www.instagram.com/gw_robotics/"
weight = 2
[[menu.topbar]]
name = "Email"
pre = "<i class='fa fa-2x fa-envelope'></i>"
url = "mailto:[email protected]"
weight = 4
[params]
about_us = "<p>We are a student-run university robotics team created in Fall 2015. We are affiliated with The George Washington University and the School of Engineering and Applied Sciences.\n <br>\n <br>Our General Body Meetings are every Wednesday at 9pm in Tompkins 201. Check out our Calendar page for more information!\n </p>\n "
address = "<p><strong>GW Robotics</strong>\n <br>800 22nd St NW\n <br>Washington, DC 20052\n <br>\n <strong>United States of America</strong>\n <br>\n </p>\n "
author = "GW Robotics"
copyright = "Copyright (c) 2019, GW Robotics; all rights reserved."
date_format = "January 2, 2006"
defaultDescription = "Information about the GW Robotics team"
defaultKeywords = ["robotics", "hugo", "go"]
email = "[email protected]"
googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
logo = "img/logo.png"
style = "blue"
viewMorePostLink = "/blog/"
[params.carousel]
enable = true
[params.clients]
enable = true
subtitle = "These are the competitions we've competed in past and present years."
title = "Our Competitions"
[params.features]
enable = true
[params.see_more]
enable = false
icon = "fa fa-file-code-o"
link_text = "Check other homepages"
link_url = "#"
subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
title = "Do you want to see more?"
[params.testimonials]
enable = false
subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
title = "Testimonials"
[params.topbar]
enable = true
text = " "
[params.widgets]
categories = true
search = true
tags = true