-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
67 lines (55 loc) · 1.17 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
baseURL = 'https://404unfound.com/'
languageCode = 'en-us'
title = '404Unfound'
theme = "hugo-theme-monochrome"
pagination.pagerSize = 5
enableEmoji = true
[minify]
disableXML = true
minifyOutput = true
[markup.highlight]
codeFences = false
lineNos = false
[params]
footer = "© 2024 <a href=\"https://404unfound.com/\">404Unfound</a> Powered by <a href=\"https://gohugo.io/\">Hugo</a> & <a href=\"https://github.com/kaiiiz/hugo-theme-monochrome\">Monochrome</a>"
enable_toc = false
color_scheme = "dark"
enable_site_search = true
[params.syntax_highlight]
lib = "prism.js"
[params.syntax_highlight.prism]
enable_line_no = false
[outputs]
home = ["HTML", "RSS", "JSON"]
[taxonomies]
tag = "tags"
ctf = "CTFs"
authors = "authors"
[[menu.navbar]]
identifier = "Writeups"
name = "Writeups"
title = "Writeups"
url = "/writeups"
weight = 1
[[menu.navbar]]
identifier = "Members"
name = "Members"
url = "/members"
weight = 2
[[menu.navbar]]
identifier = "Tags"
name = "Tags"
title = "Tags"
url = "/tags"
weight = 3
[[menu.navbar]]
identifier = "CTFs"
name = "CTFs"
title = "CTFs"
url = "/ctfs"
weight = 4
[[menu.navbar]]
identifier = "Authors"
name = "Authors"
url = "/authors"
weight = 5