-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
84 lines (66 loc) · 1.69 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
baseURL = "https://remnux.org/"
languageCode = "en-us"
theme = "raditian"
title = "REMnux: A Linux Toolkit for Malware Analysts"
disableKinds = ["taxonomy", "taxonomyTerm"]
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/main.css"
[[params.plugins.css]]
URL = "css/rad-icons.css"
[[params.plugins.css]]
URL = "css/custom.css"
# JS Plugins
[[params.plugins.js]]
URL = "js/rad-animations.js"
[[params.plugins.js]]
URL = "js/sticky-header.js"
[[params.plugins.js]]
URL = "js/library/fontfaceobserver.js"
# navigation
[menu]
[[menu.header]]
name = "Distro"
URL = "https://REMnux.org/#distro"
weight = 2
[[menu.header]]
name = "Containers"
URL = "https://REMnux.org/#containers"
weight = 3
[[menu.header]]
name = "People"
URL = "https://REMnux.org/#people"
weight = 4
[[menu.header]]
name = "Docs"
URL = "https://REMnux.org/#docs"
weight = 5
[[menu.footer]]
name = "Distro"
URL = "https://REMnux.org/#distro"
weight = 2
[[menu.footer]]
name = "Containers"
URL = "https://REMnux.org/#containers"
weight = 3
[[menu.footer]]
name = "People"
URL = "https://REMnux.org/#people"
weight = 4
[[menu.footer]]
name = "Docs"
URL = "https://REMnux.org/#docs"
weight = 5
[params]
sections = ["showcase", "distro", "containers", "people", "docs", "testimonial"]
[params.logo]
text1 = "REMnux"
text2 = "Toolkit"
[params.footer]
copyright = "Content © 2010-2020 Zeltser Security Corp. All rights reserved."
[params.footer.radity_logo]
x = "img/general/design-and-code-radity.png"
_2x = "img/general/[email protected]"
alt = "Design & Code - Radity"