-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (44 loc) · 979 Bytes
/
_config.yml
File metadata and controls
50 lines (44 loc) · 979 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
40
41
42
43
44
45
46
47
48
49
50
title: Malicious Erection LLC
logo: /assets/images/logo.png
description: >-
Working hard to go up in the world!
baseurl: ""
url: "https://maliciouserection.com"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-postcss-v2
postcss:
cache: false
navbar_items:
- title: Home
url: /
- title: Blog
url: /blog
- title: Tools
url: /tools
- title: Vulnerability Disclosure Policy
url: /vulnerability-disclosure-policy
- title: CVEs
url: /cves
footer_items:
- title: Home
url: /
- title: Blog
url: /blog/
- title: Tools
url: /tools
- title: Vulnerability Disclosure Policy
url: /vulnerability-disclosure-policy
- title: CVEs
url: /cves/
# Font awesome icons
social_media:
- title: Github
url: "https://github.com/MaliciousErection"
icon: fa-github
collections:
cves: # ← name of the collection
output: true # every item gets its own page
permalink: /cves/:path/