-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (34 loc) · 940 Bytes
/
Copy path_config.yml
File metadata and controls
40 lines (34 loc) · 940 Bytes
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
# Site settings
title: Yunus Aydın Blog
description: Supply-chain security, CVE deep-dives, and open-source vulnerability research. npm malware analysis, browser extension reversing, GitHub Archive secret scanning, and responsible disclosure write-ups.
author: Yunus Aydın
url: https://aydinnyunus.github.io
baseurl: ""
default_image: "https://avatars.githubusercontent.com/u/52822869?s=1200&v=4"
# Jekyll settings
# theme: minima # Theme not required for GitHub Pages automatic build
plugins:
- jekyll-feed
- jekyll-sitemap
# Feed settings
feed:
path: feed.xml
excerpt_only: true
# Blog settings
permalink: /:year/:month/:day/:title/
paginate: 5
paginate_path: "/blog/page:num/"
future: true
# Markdown settings
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
# Exclude settings
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md