-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
149 lines (136 loc) · 3.68 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
baseURL = "/"
languageCode = "en-us"
title = "Robotix - IIT Hyderabad"
theme = "roxo-hugo"
summarylength = 25
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "Home"
url = ""
weight = 1
[[menu.nav]]
name = "About"
url = "about"
weight = 2
[[menu.nav]]
name = "Projects"
url = "portfolio"
weight = 3
[[menu.nav]]
name = "Blogs"
url = "blog"
weight = 4
[[menu.nav]]
name = "Events"
url = "events"
weight = 5
[[menu.nav]]
name = "Resources"
url = "https://docs.google.com/document/d/1sULk6FGBYPKWGM-C88B9Yos2nbrvWy9N5Z20Fu5MC1c/edit?tab=t.0"
weight = 6
# Site Params
[params]
logo = "images/logo.png"
logo_footer = "images/logo-footer.png"
# favicon_icon = "images/favicon.ico"
# favicon_shortcut_icon = "images/favicon.png"
custom_stylesheets = [
"scss/custom.scss",
] # [ "scss/my_1.scss", "scss/my_2.scss" ]
dateFormat = "26 FEB 1994"
# Meta data
description = "Roxo Hugo themes | Design Agency Template by StaticMania"
author = "StaticMania"
# Google Analitycs
googleAnalitycsID = "Your ID"
# We're using formspree.io for form handling, paste your formspree url below
fabform = "https://fabform.io/f/USAg2Jl"
# 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/backgrounds/home-background.png"
heading = "Striving to achieve perfection in the field of Robotics."
# tagline = "BUILDING THE FUTURE, ONE ROBOT AT A TIME"
primary_button = "More About Us"
primary_button_url = "about"
secondary_button = "Recent Events"
secondary_button_url = "events"
# [params.blog]
# read_more = "read more"
# [params.portfolio]
# enable = true
# title = "OUR RECENT WORKS"
# subtitle = "Crafting experiences and seeking to make the complex clear & beautiful."
# view_project = "view project"
# more_works = "MORE WORKS"
# scroll_down = "scroll down"
# [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]
params.footer.qr_print = false
# Footer Contact Info
[params.footer.contactInfo]
title = "Contact Info"
address = "IIT Hyderabad, Kandi, Sangareddy, Telangana, India"
phone = "+91 1234567890"
email = "robotix@iith.ac.in"
# Footer Sitemap
[params.footer.sitemap]
title = "Sitemap"
[[params.footer.sitemap.link]]
name = "About"
url = "about"
[[params.footer.sitemap.link]]
name = "Blogs"
url = "blog"
[[params.footer.sitemap.link]]
name = "Projects"
url = "portfolio"
[[params.footer.sitemap.link]]
name = "Events"
url = "events"
# Footer Social Media
[params.footer.social]
title = "Social Media"
[[params.footer.social.link]]
name = "LinkedIn"
url = "https://www.linkedin.com/company/robotix-iith/"
[[params.footer.social.link]]
name = "Facebook"
url = "https://www.facebook.com/RoboticsClubIITH/"
[[params.footer.social.link]]
name = "Instagram"
url = "https://www.instagram.com/robotix.iith?igshid=YmMyMTA2M2Y%3D"
# Footer Service
[params.footer.service]
title = "We help brands:"
description = "develop design solutions<br>produce valuable cultural content<br>create fresh brand experience"
[params.footer.back_to_top]
description = "I want to <br> visit again"