-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
95 lines (88 loc) · 1.79 KB
/
Copy path_config.yml
File metadata and controls
95 lines (88 loc) · 1.79 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
title: "Issues-FS News"
description: "Journalism from inside the Issues-FS agentic ecosystem"
url: "https://owasp-sbot.github.io/Issues-FS__Dev__Role__Journalist/"
lang: en
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
# Site navigation (used by _includes/header.html and _includes/footer.html)
navigation:
- title: Articles
url: /articles/
- title: Briefs
url: /briefs/
- title: Interviews
url: /interviews/
- title: Investigations
url: /investigations/
- title: About
url: /about/
collections_dir: publications
collections:
articles:
output: true
permalink: /articles/:title/
daily-briefs:
output: true
permalink: /briefs/:title/
interviews:
output: true
permalink: /interviews/:title/
investigations:
output: true
permalink: /investigations/:title/
corrections:
output: true
permalink: /corrections/:title/
feature-requests:
output: false
defaults:
- scope:
path: ""
type: "articles"
values:
layout: "article"
type: "feature_article"
- scope:
path: ""
type: "daily-briefs"
values:
layout: "brief"
type: "daily_brief"
- scope:
path: ""
type: "interviews"
values:
layout: "interview"
type: "interview"
- scope:
path: ""
type: "investigations"
values:
layout: "investigation"
type: "investigation"
- scope:
path: ""
type: "corrections"
values:
layout: "correction"
type: "correction"
- scope:
path: ""
type: "feature-requests"
values:
layout: "post"
exclude:
- Gemfile
- Gemfile.lock
- README.md
- ROLE.md
- LICENSE
- pyproject.toml
- requirements-test.txt
- scripts/
- tests/
- issues_fs_dev_role_journalist/
- .issues/
- docs/