-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
150 lines (138 loc) · 3.67 KB
/
_config.yml
File metadata and controls
150 lines (138 loc) · 3.67 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Site settings
title: "ScopeCreep.zip"
description: >-
Kali Jackson, Kat Morgan, and Billie Boyles blend technical excellence with arcane elegance.
This is where you'll find their combined work and efforts.
baseurl: ""
url: "https://scopecreep.zip"
lang: "en"
twitter_username: scopecreepzip
github_username: scopecreepzip
# Team information
team:
kali:
name: "Kali Jackson"
title: "Technical Solutions Architect & Security Researcher"
avatar: "/assets/images/avatars/kali.png"
bio: "Self-described 'smartest airhead' who combines serious cybersecurity expertise with unapologetic silliness."
credentials: ["Because I said so"]
social:
blog: "https://radicalkjax.com"
research: "https://malwarEvangelist.com"
bluesky: "https://bsky.app/profile/radicalkjax.com"
kat:
name: "Kat Morgan"
title: "Platform Engineer & Open Sourceress"
avatar: "/assets/images/avatars/kat.png"
bio: "'Neuro spicy autist' and platform engineering wizard at Cisco!"
credentials: ["CKA", "AWS Certified", "CNCF Ambassador"]
social:
blog: "https://blog.usrbinkat.io/en/"
github: "https://github.com/usrbinkat"
bluesky: "https://bsky.app/profile/usrbinkat.io"
billie:
name: "Billie Boyles"
title: "Security Engineer & ????"
avatar: "/assets/images/pfp/magilla/magillapfp.png"
bio: "Security engineer focused on automation, tooling, and making messy systems clean their rooms."
credentials: ["Infrastructure Realist", "Automation Goblin", "Security Gleeperson"]
social:
github: "https://github.com/southernmagilla"
bluesky: "https://bsky.app/profile/gorillaz4.sale"
twitter: "https://x.com/gorillaz4Sale"
# Build settings
markdown: kramdown
highlighter: rouge
# Sass settings
sass:
sass_dir: _sass
style: compressed
# Collections
collections:
podcasts:
output: true
permalink: /podcast/:name/
speaking:
output: true
permalink: /speaking/:name/
# Pagination (GitHub Pages compatible)
paginate: 10
paginate_path: "/blog/page:num/"
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
# GitHub Pages doesn't support these plugins:
# - jekyll-responsive-image
# - jekyll-minifier
# - jekyll-archives
# - jekyll-paginate-v2
# Responsive images (temporarily disabled)
# responsive_image:
# template: _includes/responsive-image.html
# sizes:
# - width: 480
# - width: 800
# - width: 1400
# base_path: media
# output_path_format: media/resized/%{width}/%{basename}
# save_to_source: false
# Feed settings
feed:
posts_limit: 20
# Defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Kali & Kat"
- scope:
path: ""
type: "podcasts"
values:
layout: "podcast"
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "speaking"
values:
layout: "speaking"
# Exclude from processing
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- docs/
- README.md
- LICENSE
# Include dotfiles
include:
- .htaccess
# Podcast settings
podcast:
title: "ScopeCreep.zip Podcast"
subtitle: "Just one more thing..."
description: "Technical discussions covering cybersecurity research, platform engineering, and industry insights with glimmer."
language: "en-us"
author: "Kali Jackson & Kat Morgan"
email: "podcast@scopecreep.zip"
category: "Technology"
subcategory: "Software How-To"
explicit: false
owner: "ScopeCreep.zip"
image: "/assets/images/podcast-cover.png"