-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
36 lines (27 loc) · 968 Bytes
/
_config.yml
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
name: BSidesPDX
author: BSidesPDX
keywords: bsidespdx, bsides pdx, securitybsides, infosec, pdx, portland
description: >
BSides PDX is a gathering of the most interesting infosec minds in Portland and the Pacific Northwest! Our passion about all things security has driven attendance from other parts of the country.
url: http://bsidespdx.org
header: yes
header_sm: images/bsidesPDX_logo_2024_25.png
header_med: images/bsidesPDX_logo_2024_50.png
header_large: images/bsidesPDX_logo_2024_75.png
header_xl: images/bsidesPDX_logo_2024_100.png
#header_xl: images/color.logo.transparent.inverted.wide.png
# Exclude our ruby stuff and other files
exclude: [.bundle, bin, vendor, Gemfile, Gemfile.lock, Rakefile, .last_optimized, CNAME, README.md, LICENSE]
# Build settings
markdown: kramdown
kramdown:
input: GFM
destination: _site
plugins:
- jekyll-feed
feed:
path: atom.xml
sass:
sass_dir: _sass
style: compressed
permalink: /news/:year/:month/:title