-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
108 lines (97 loc) · 2.27 KB
/
Copy pathhugo.yaml
File metadata and controls
108 lines (97 loc) · 2.27 KB
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
baseURL: "https://truepositive.me/"
title: "TruePositive"
pagination:
pagerSize: 10
theme: PaperMod
languageCode: en-us
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: TruePositive
mainSections:
- posts
description: "Security research and offensive/defensive insights."
keywords: [security, pentesting, red team, writeups, malware]
author: Mohammed Alzahrani
DateFormat: "January 2, 2006"
defaultTheme: dark
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
assets:
disableHLJS: false
label:
text: "~/truepositive"
homeInfoParams:
Title: "Mohammed Alzahrani"
Content: >
Senior Cybersecurity Analyst | Threat Hunter | Cyber Security Researcher.
OSTH | eCTHPv2 | eCIR — Writing about threat hunting, incident response, red team techniques, and security research.
socialIcons:
- name: github
url: "https://github.com/mzalzahrani"
- name: linkedin
url: "https://www.linkedin.com/in/mohammed-a-alzahrani/"
cover:
hidden: false
hiddenInList: false
hiddenInSingle: false
editPost:
URL: "https://github.com/mzalzahrani/truepositive.me/tree/main/content"
Text: "Suggest Changes"
appendFilePath: true
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: blog
name: Blog
url: /posts/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: search
name: Search
url: /search/
weight: 30
- identifier: projects
name: Projects
url: /projects/
weight: 40
- identifier: about
name: About
url: /about/
weight: 50
outputs:
home:
- HTML
- RSS
- JSON