-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.toml
155 lines (144 loc) · 4.44 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
baseURL = "https://atom-robotics-lab.github.io"
languageCode = "en-us"
title = "A.T.O.M Labs"
theme = "roxo"
summarylength = 25
googleAnalitycsID = "G-PLG0BJF1QP"
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5
# markup
[markup.highlight]
style = 'friendly'
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "Home"
url = ""
weight = 1
[[menu.nav]]
name = "About"
url = "about"
weight = 2
[[menu.nav]]
name = "Wiki"
url = "wiki"
weight = 3
[[menu.nav]]
name = "Projects"
url = "portfolio"
weight = 4
[[menu.nav]]
name = "Blog"
url = "blog"
weight = 5
# [[menu.nav]]
# name = "Sessions"
# url = "sessions"
# weight = 6
[[menu.nav]]
name = "Downloads"
url = "downloads"
weight = 6
[[menu.nav]]
name = "Get in touch"
url = "contact"
weight = 7
# Site Params
[params]
logo = "images/logo.png"
dateFormat = "26 FEB 1994"
# Meta data
description = "A Robotics Society | Community based out of Delhi"
author = "StaticMania"
# Google Analitycs
googleAnalitycsID = "Your ID"
# We're using formspree.io for form handling, paste your formspree url below
formspreeFormUrl = "https://formspree.io/myykjpje"
# Contact Form
[params.contactForm]
placeholder_first_name = "First Name"
placeholder_last_name = "Last Name"
placeholder_email = "Email"
placeholder_project_type = "Project Type"
placeholder_about_the_project = "About the Project"
send_message = "Send Message"
[[params.contactForm.projectType]]
value = "gd"
title = "Graphics Design"
[[params.contactForm.projectType]]
value = "wd"
title = "Web Design"
# Navbar Action Button
[params.navAction]
status = true
name = "Get in touch"
url = "contact"
# Banner Section
[params.banner]
enable = true
background_image = "images/hero-background.png"
heading = "A.T.O.M ROBOTICS LAB"
tagline = "WE PLAY HARD, WE WORK HARD"
primary_button = "See Our Projects"
primary_button_url = "https://github.com/atom-robotics-lab"
secondary_button = "Connect with Us"
secondary_button_url = "contact"
# [params.portfolio]
# enable = true
# title = "OUR RECENT WORKS"
# subtitle = "Crafting experiences and seeking to make the complex clear & beautiful."
# [params.call_to_action]
# enable = true
# background_image = "images/backgrounds/cta-background.jpg"
# title = "LET’S WORK TOGETHER"
# primary_button = "Submit Query"
# primary_button_url = "contact"
# secondary_button = "Not Convinced"
# secondary_button_url = "portfolio"
[params.footer]
# Footer Contact Info
[params.footer.contactInfo]
title = "Where to find us?"
address = "ECE Block Basement <br>Maharaja Agrasen Institute of Technology"
phone = "8802327251"
email = "[email protected]"
# Footer Sitemap
[params.footer.sitemap]
title = "Sitemap"
[[params.footer.sitemap.link]]
name = "About Us"
url = "about"
[[params.footer.sitemap.link]]
name = "Projects"
url = "portfolio"
[[params.footer.sitemap.link]]
name = "Blog"
url = "blog"
[[params.footer.sitemap.link]]
name = "Contact"
url = "contact"
# Footer Social Media
[params.footer.social]
title = "Social Media"
[[params.footer.social.link]]
name = "Discord"
url = "https://discord.gg/QxezpRQkJG"
[[params.footer.social.link]]
name = "Twitter"
url = "https://twitter.com/atom_robotics_"
[[params.footer.social.link]]
name = "Instagram"
url = "https://www.instagram.com/a.t.o.m_robotics_lab/"
[[params.footer.social.link]]
name = "Github"
url = "https://github.com/atom-robotics-lab"
[[params.footer.social.link]]
name = "YouTube"
url = "https://www.youtube.com/channel/UCMGzre9_yk8R42rBfu9gO1A"
# Footer Service
[params.footer.service]
title = "We like to build Robots:"
description = "A Robotics Society | Community <br>based out of Delhi"