-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
115 lines (82 loc) · 2.16 KB
/
Copy path_config.yml
File metadata and controls
115 lines (82 loc) · 2.16 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
109
110
111
112
113
114
title: ZishanHack
email: contact@zishanhack.com
description: >-
Offensive security research, practical methodologies,
bug bounty workflows, Active Directory notes,
and hands-on cybersecurity writeups.
baseurl: "/blog"
url: "https://zishanhack.com"
author: Zishan Ahamed Thandar
portfolio: "https://zishanhack.com/about"
timezone: Asia/Kolkata
lang: en
# =========================================================
# BUILD
# =========================================================
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: false
permalink: /:categories/:title/
future: false
# =========================================================
# PLUGINS
# =========================================================
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
# =========================================================
# DEFAULTS
# =========================================================
defaults:
# POSTS
-
scope:
path: ""
type: posts
values:
layout: post
author: Zishan Ahamed Thandar
image: /assets/images/og-image.png
toc: true
# PAGES
-
scope:
path: ""
values:
image: /assets/images/og-image.png
# =========================================================
# EXCLUDE
# =========================================================
exclude:
- README.md
- vendor
- Gemfile
- Gemfile.lock
# =========================================================
# SEO
# =========================================================
twitter:
username: ZishanAdThandar
social:
name: ZishanHack
links:
- https://github.com/ZishanAdThandar
- https://x.com/ZishanAdThandar
- https://linkedin.com/in/ZishanAdThandar
logo: /assets/images/og-image.png
# =========================================================
# FEED
# =========================================================
feed:
posts_limit: 20
# =========================================================
# PAGINATION READY
# =========================================================
paginate: 8
paginate_path: "/page/:num/"