-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
126 lines (107 loc) · 2.64 KB
/
config.yaml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
baseURL: https://blog.duckz.org
disablePathToLower: true
languageCode: en-us
title: DuckDynasty Blog
theme: PaperMod
googleAnalytics: G-H7Z4R8XM1W
enableRobotsTXT: true
buildDrafts: true
buildFuture: false
buildExpired: false
params:
env: production
title: "DuckDynasty"
description: "Cheesing CTF challenges across the world."
keywords: [Blog, Cybersecurity, Hacking, Programming, HackTheBox]
author: Us
htbTeamId: 5313
DateFormat: "January 2, 2006"
defaultTheme: dark
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShareButtons: ["linkedin", "twitter"]
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: true
showtoc: false
tocopen: false
label:
text: "Home"
profileMode:
enabled: true # needs to be explicitly set
assets:
favicon: "https://duckz.org/assets/logos/logo.webp"
socialIcons:
- name: github
url: "https://github.com/duckz-org"
- name: hackthebox
url: "https://app.hackthebox.com/teams/overview/5313"
- name: ctftime
url: "https://ctftime.org/team/228090"
htbIds:
- username: status-quo
id: 431905
- username: DaanBreur
id: 317890
- username: sethboy
id: 1525345
- username: notSelwyn
id: 500469
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: false # hide on single page
# editPost:
# URL: "https://github.com/daanbreur/blog/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: posts
name: Posts
url: /post/
weight: 10
- identifier: search
name: Search
url: /search/
weight: 20
- identifier: categories
name: Categories
url: /categories/
weight: 30
- identifier: tags
name: Tags
url: /tags/
weight: 40
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
lineNos: true
# style: monokai
outputs:
home:
- HTML
- RSS
- JSON