-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (40 loc) · 906 Bytes
/
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
baseURL = 'http://exploit.rs/'
languageCode = 'en-gb'
theme = 'njalla'
title = 'Exploit.RS'
## Site Settings
[params]
logo = "assets/img/logo.webp"
favicon = "assets/favicon.ico"
# Info
address = "123 Arch B1W, GNU/Linux"
email = "[email protected]"
phone = ""
# Socials
twitter = "#"
facebook = "#"
github = "https://github.com/exploit-rs"
# Other
# Startbootstrap Contact Form Token https://startbootstrap.com/solution/contact-forms
sbtoken = "TOKEN_HERE"
[header]
title = "Exploit.RS"
## Menu Items
[menu]
[[menu.main]]
name = "About"
URL = "#about"
weight = 1
[[menu.main]]
name = "Projects"
URL = "#projects"
weight = 2
[[menu.main]]
name = "Contact"
URL = "#signup"
weight = 3
[Data]
title = "Exploit.RS"
# Credits
# This theme is forked from: https://github.com/startbootstrap/startbootstrap-grayscale
# This theme is forked by: https://github.com/akatiggerx04