-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
140 lines (120 loc) · 3.81 KB
/
Copy pathconfig.toml
File metadata and controls
140 lines (120 loc) · 3.81 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
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
baseURL = "https://revoltzero.github.io"
languageCode = "en-us"
title = "Revolt Zero"
theme = "navigator-hugo"
summaryLength = 10
# Build robots.txt file
enableRobotsTXT = true
# google analytics tracking id
googleAnalytics = "" # your analitics ID
enableGitInfo = false
pygmentsCodeFences = true
# Multilangues setup
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
defaultContentLanguageInSubdir = true
DefaultContentLanguage = "en"
# Site Params
[params]
logo = "images/"
# meta data
author = "Themefisher"
description = "This is meta description"
[Languages.en]
weight = 2
languageCode = "en-us"
title = "Revolt Zero"
dateFormat = "January 2, 2006"
home = "Home"
logo = "images/logo2.png"
menufixed = false
footerDescription = "The Revolt Zero is a team of highly talented individuals with diverse backgrounds and skills in the field of cybersecurity."
footerServiceTitle = "Service"
footerQuicklinkTitle = "Quicklinks"
footerAboutTitle = "About"
footerSubscribeTitle = "Subscribe"
# cookies
[params.cookies]
enable = true
expire_days = 2
# Hero Area Section
[Languages.en.params.hero]
enable = true
heading = "Securing Tomorrow's Digital Landscape Today"
description = "we are committed to making the internet a safer place for everyone. Our focus on developing our skills and knowledge is driven by a shared vision of improving cybersecurity practices and protocols. We believe that by working together, we can achieve our goals and help create a safer and more secure digital landscape for all."
button = true
btnText = "Know More"
btnURL = "https://github.com/revoltzero"
videoThumb = "images/slider/cover.png"
videoURL = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
# About 2 Section
[Languages.en.params.aboutSm]
enable = true
title = "We have explored the digital landscape with passion for cyber security"
description = "As a team, we are passionate about cybersecurity and take pride in our ability to tackle complex challenges with ease. Our expertise in security research and community services allows us to make meaningful contributions to the industry and society at large."
# Blog Section On Homepage
[Languages.en.params.blog]
enable = true
title = "Blog."
subtitle = "We also publish Blog about any interesting research, security incident & CTF challenge writeup."
# Contact Section
[Languages.en.params.contact]
enable = true
title = "Contact Us."
subtitle = "For any inquiries, please contact us at: teamrevoltzero@gmail.com"
# Call to Action Section on About Page
[Languages.en.params.cta]
enable = true
bg = "images/call-to-action/call-to-action-bg-2.jpg"
title = "Let's Create Something Together"
subtitle = "Feel free to reach out for discussions, collaboration, or just to say hi. Together, we can make the tech world more secure and fascinating!"
btnText = "Contact Us"
# We Used Themefisher Icon font for Icon, for more details check this github repository - https://github.com/themefisher/themefisher-font
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "about"
url = "about/"
weight = 1
[[menu.nav]]
name = "service"
url = "service/"
weight = 2
[[menu.nav]]
name = "blog"
url = "blog/"
weight = 3
[[menu.nav]]
name = "contact"
url = "contact/"
weight = 4
# Footer Service Menu
[[menu.service]]
name = "graphicdesign"
url = "service/"
weight = 1
[[menu.service]]
name = "webdesign"
url = "service/"
weight = 2
[[menu.service]]
name = "webdevelopment"
url = "service/"
weight = 3
# Footer Quick links Menu
[[menu.quicklink]]
name = "partners"
url = "https://github.com/revoltzero"
weight = 1
[[menu.quicklink]]
name = "badges11"
url = "https://twitter.com/teamrevoltzero"
weight = 2
[[menu.quicklink]]
name = "faqs"
url = "https://www.linkedin.com/company/theresurrectedodyssey/"
weight = 3
[[menu.quicklink]]
name = "badges"
url = "https://www.facebook.com/teamrevoltzero"
weight = 4