-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (53 loc) · 1.01 KB
/
_config.yml
File metadata and controls
61 lines (53 loc) · 1.01 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
title: MCP Security Research
description: Security Research on AI, Agents, and MCP Implementations
author: Evan Harris
url: "https://mcpsec.dev"
baseurl: ""
# Build settings
theme: minima
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# Exclude from build
exclude:
- .github/
- node_modules/
- package.json
- package-lock.json
- scripts/
- _templates/
# Header navigation
header_pages:
- about.md
- advisories/index.html
# Markdown settings
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: /blog/:year/:month/:title/
# Collections for different content types
collections:
advisories:
output: true
permalink: /advisories/:name/
# SEO and social media
twitter:
username: Evan__Harris
card: summary_large_image
# Defaults for pages
defaults:
- scope:
path: ""
values:
- scope:
path: "AGENTS.md"
values:
sitemap: false
- scope:
path: "DEVELOPMENT.md"
values:
sitemap: false
- scope:
path: "SECURITY.md"
values:
sitemap: false