-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
112 lines (96 loc) · 3.8 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
# Metadata
baseURL = "https://eclair-robotics.github.io"
languageCode = "en-us"
title = "Engineering and Computational Learning of Artifical Intelligence and Robotics"
theme = "navigator-hugo"
summaryLength = 10
publishDir = "docs" # Tells hugo where to put the built site
pygmentsCodeFences = true # Allows code block syntax highlighting for markdown
# Site Variables
[params]
logo = "images/logos/small_eclair_logo.png" # Logo in top left corner
redirect_url = "https://eclairrobotics.web.app"
# Site Meta Data
title = "ECLAIR" # Site Title
author = "Conrad Li" # Site Creator
description = "Engineering and Computational Learning in Artificial Intelligence and Robotics"
languageCode = "en-us" # Language
dateFormat = "January 2, 2006" # How to format dates
home = "Home" # Name of navigation item that targets the homepage
menufixed = false
redirect_url = "https://eclairrobotics.web.app"
# Footer Social Media Variables
socialMediaTitle = "Follow Us"
githubLink = "https://github.com/ECLAIR-Robotics" # Github Link
githubIcon = "images/social_icons/GitHub-Mark-Light-32px.png" # Github Icon
instagramLink = "https://www.instagram.com/eclairrobotics/" # Instagram Link
instagramIcon = "images/social_icons/insta_icon.png" # Instagram Icon
# Footer Email Variables
emailTitle = "Contact Us"
emailAddress = "[email protected]"
# Footer Discord Variables
discordTitle = "Join Us"
discordLink = "https://discord.gg/tgbvpCjNgV" # Discord Invite link
discordIcon = "images/social_icons/Discord-Logo-White.png" # Discord Icon
# Cookies
[params.cookies]
enable = false
expire_days = 2
# Hero Area Section
[Languages.en.params.hero]
enable = true
heading = "Our mission is to drive innovation in AI and robotics at the undergraduate level."
description = ""
button = true
btnText = "View Our Current Projects"
btnURL = "projects"
eclairLogo = "images/logos/ECLAIR_logo2.png"
# About 2 Section
[Languages.en.params.aboutSm]
enable = true
title = "Geared toward helping students pursue their passion for robotics"
description = "The Engineering and Computational Learning of Artificial Intelligence in Robotics (ECLAIR) is a club at UT Austin dedicated to helping all robot-loving students to transform their passionate robotics ideas into reality. We provide the robotics parts and teach members state-of-the-art machine learning techiniques such as neural networks and reinforcement learning to give students the ability to pursue their robotics projects. If you have a cool robot you want to build, come join us!"
# Blog Section On Homepage
[Languages.en.params.blog]
enable = true
topTitle= "OUR UNTOLD STORY"
title = "Blog."
subtitle= "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum reiciendis quasi itaque, obcaecati atque sit!"
# Contact Section
[Languages.en.params.contact]
enable = false
#topTitle= "DROP US A NOTE"
#title = "Contact Us."
#subtitle= "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum reiciendis quasi itaque, obcaecati atque sit!"
#address = "14/05, Stockhome <br> Victori Palace , United States"
#phone = "(03) 9283 2617"
#fax = "+61 3827 3590"
#facebook= "https://www.facebook.com/"
#twitter = "https://twitter.com/"
#linkedin= "https://www.linkedin.com/"
#instagram= "https://www.instagram.com/"
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "Projects"
url = "projects"
weight = 2
[[menu.nav]]
name = "Members"
url = "members"
weight = 3
[[menu.nav]]
name = "Sponsors"
url = "sponsors"
weight = 4
# TODO: Maybe do more extensive about us page later?
#[[menu.nav]]
#name = "About" # Name of navigation item
#url = "about" # URL suffix leading to the target page (all webpage names can be vie)
#weight = 2 # The ordering of the navigation item (lower means earlier ordering)
# TODO: Maybe do
#[[menu.nav]]
#name = "Blog"
#url = "blog"
#weight = 5