-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_config.yml
83 lines (68 loc) · 1.62 KB
/
_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
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
name: BSidesSF
author: BSidesSF
keywords: bsidessf, bsides sf, securitybsides, security bsides, security b-sides, infosec, conference, security, rsa, rsaconference, rsac, san francisco
description: >
Security BSides San Francisco is an annual information security conference.
It is a conference by the community for the community.
url: https://bsidessf.org
header: yes
# default between events
# header_sm: /images/BSidesSF_2025_MobileHeader_1080x440.jpg
# header_lg: /images/bsides_logo_full-orangeblack.png
#
# event-specific header
header_sm: /images/BSidesSF_2025_MobileHeader_1080x440.jpg
header_lg: /images/BSidesSF_2025_WebsiteHeader_1920x300.jpg
# adjust colors in _sass/_variables.scss
# Exclude our ruby stuff and other files
exclude:
[
.bundle,
bin,
vendor,
Gemfile,
Gemfile.lock,
.github,
Rakefile,
.last_optimized,
CNAME,
README.md,
LICENSE,
SECURITY.md,
History.md,
]
include: [.well-known]
collections:
archives:
output: true
permalink: /a/:path
pages:
output: true
permalink: /:path
# Build settings
markdown: kramdown
kramdown:
input: GFM
destination: _site
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
feed:
path: atom.xml
sass:
sass_dir: _sass
style: compressed
permalink: /news/:year/:month/:title
#### SEO Stuff
# Google Analytics
google_analytics: G-ZVYPMMVYKS
# Facebook Opengraph
facebook_app_id: 1522022128111003
facebook_locale: en_US
facebook_type: website
facebook_image: /images/bsides_logo_short.png
# Twitter Cards
twitter_user: "@BSidesSF"
twitter_card: true
twitter_image: /images/bsides_logo_short.png