-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
103 lines (95 loc) · 2.93 KB
/
Copy pathconfig.toml
File metadata and controls
103 lines (95 loc) · 2.93 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
baseURL = "https://old.aerio.tech/"
languageCode = "en-us"
title = "Aerio | Building the future"
theme = "roxo"
summarylength = 25
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "Home"
url = ""
weight = 1
[[menu.nav]]
name = "Portfolio"
url = "portfolio"
weight = 2
[[menu.nav]]
name = "Get in touch"
url = "contact"
weight = 3
# Site Params
[params]
logo = "images/logo.png"
dateFormat = "26 FEB 1994"
# Meta data
description = "Aerio | Software for Everyone"
author = "Aerio"
favicon = "images/favicon.ico"
# Navbar Action Button
[params.navAction]
status = true
name = "Get in touch"
url = "contact"
# Banner Section
[params.banner]
enable = true
background_image = "images/backgrounds/hero-background.png"
heading = "AERIO"
tagline = "WE WORK HARD, WE PLAY HARD"
primary_button = "See Our Works"
primary_button_url = "portfolio"
secondary_button = "Connect with Us"
secondary_button_url = "contact"
[params.portfolio]
enable = false
title = "OUR RECENT WORKS"
subtitle = "Crafting experiences and seeking to make the complex clear & beautiful."
[params.call_to_action]
enable = false
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 = "Contact Info"
address = "Slovenia, Ljubljana"
phone = "+386 40 206 945"
email = "info@aerio.tech"
# 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 = "LinkedIn"
url = "https://www.linkedin.com/company/aeriotech/"
[[params.footer.social.link]]
name = "GitHub"
url = "https://github.com/aeriotech/"
[[params.footer.social.link]]
name = "Instagram"
url = "https://www.instagram.com/aerio.tech/"
[[params.footer.social.link]]
name = "Twitter"
url = "https://twitter.com/aerio_tech/"
[[params.footer.social.link]]
name = "TikTok"
url = "https://www.tiktok.com/@aerio.tech"