-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.toml
executable file
·65 lines (56 loc) · 1.57 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
baseURL = "https://kb.offsec.nl"
languageCode = "en-us"
title = "Knowledge Base (KB)"
theme = "hugo-learn" # https://github.com/matcornic/hugo-theme-learn/
copyright = "© 2018-{year} - All rights reserved"
pluralizelisttitles = false
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
editURL = "https://github.com/crypt0rr/kb/tree/main/content/"
author = "crypt0rr"
description = "Knowledgde Base (KB)"
showVisitedLinks = false
disableSearch = false
disableAssetsBusting = false
disableInlineCopyToClipBoard = false
disableShortcutsTitle = false
disableLanguageSwitchingButton = false
disableLandingPageButton = true
disableBreadcrumb = true
disableNextPrev = true
ordersectionsby = "title"
themeVariant = "kb"
# Enables raw html in markdown.
[markup.goldmark.renderer]
unsafe = true
[[menu.shortcuts]]
name = "<i class='fas fa-home'></i> Home"
identifier = "home"
url = "/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> All Tags"
identifier = "tags"
url = "/tags"
weight = 20
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub"
identifier = "github"
url = "https://github.com/crypt0rr/kb"
weight = 30
[[menu.shortcuts]]
name = "<i class='fab fa-twitter'></i> Twitter"
identifier = "twitter"
url = "https://twitter.com/crypt0rr_"
weight = 40
[[menu.shortcuts]]
name = "<i class='fab fa-discord'></i> Discord"
identifier = "discord"
url = "https://discord.gg/yhfPKyBGbp"
weight = 50
[[menu.shortcuts]]
name = "<i class='fas fa-external-link-alt'></i> More helpfull tools?"
identifier = "offsec"
url = "https://offsec.nl"
weight = 60