-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
94 lines (83 loc) · 2.49 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
baseURL = "/"
languageCode = "en-us"
title = "ito | Track infections, not people"
theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Navbar Menus
[[menu.main]]
name = "About"
url = "about"
weight = 2
#[[menu.main]]
#name = "Service"
#url = "service"
#weight = 3
#[[menu.main]]
#name = "Gallery"
#url = "gallery"
#weight = 4
[[menu.main]]
name = "Blog"
url = "blog"
weight = 5
[[menu.main]]
name = "Contact"
url = "contact"
weight = 6
# Site Params
[params]
home = "Home"
logo = "images/logo.png"
dateFormat = "6 January 2006"
# Meta data
description = "Airspace Hugo theme"
author = "Themefisher"
# Google Analitycs
googleAnalitycsID = "Your ID"
# Banner Section
[params.banner]
enable = true
bgImage = "images/slider.jpg"
heading = "ito means"
description = "Track infections, not people!"
# button
btn = true
btnText = "Download Now"
btnURL = "https://github.com/ito-org/react-native-app"
# flip text
[[params.banner.flipText]]
title = "Infection Termination Operation"
[[params.banner.flipText]]
title = "Integrated thermodynamic obscurity"
[[params.banner.flipText]]
title = "Infection Tracking Opportunity"
[[params.banner.flipText]]
title = "\"Thread\" in Japanese"
# Homepage About Section
[params.about]
enable = true
title = "ito was made by people like you"
content = "Emerged as part of a grassroots initiative in March 2020, ito is a privacy-first application for tracking infections using smart devices with Bluetooth technology."
image = "images/about/about.png"
# Call to Action
[params.cta]
enable = true
title = "We work 100% transparently"
content = "Because we mean it when we say we want to help the world stay safe, every part of our code is open-source."
btnText = "Talk to us"
btnURL = "https://start.ito-app.org"
# Portfolio Section On Homepage
[params.portfolio]
enable = false
title = "Latest Works"
subtitle= "Aliquam lobortis. Maecenas vestibulum mollis diam. Pellentesque auctor neque nec urna. Nulla sit amet est. Aenean posuere tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus."
# social icons
[[params.socialIcon]]
icon = "ion-social-twitter"
url = "https://twitter.com/BandemicApp"
[[params.socialIcon]]
icon = "ion-social-youtube"
url = "https://www.youtube.com/channel/UCYVYc99hjqv8cBSDvHwFGZQ/featured?view_as=subscriber"
[[params.socialIcon]]
icon = "ion-social-instagram"
url = "https://www.instagram.com/bandemic.app/"