-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (36 loc) · 1.15 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
baseURL = "https://search.poplabsec.com/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "IoT Hacking 101"
theme = "ace"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
# Enable Google Analytics by entering your tracking id
googleAnalytics = "G-59JTN2T1N9"
[params]
ordersectionsby = "weight" # ordersectionsby = "title"
disableSearch = false # default is false
disableReadmoreNav = false # set true to hide prev/next navigation, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "Discord"
url = "https://discord.gg/nXSaazKW9j"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i>"
url = "#"
weight = 2
[[menu.shortcuts]]
name = "<button class='btn btn-danger mt-n1'>Devices</button>"
url = "#"
weight = 3