forked from BSidesSF/bsidessf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (59 loc) · 1.39 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
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
header_sm: images/bsides_logo_2022.png
header_med: images/bsides_logo_2022.png
header_large: images/bsides_logo_2022.png
header_xl: images/bsides_logo_2022.png
# Exclude our ruby stuff and other files
exclude:
[
.bundle,
bin,
vendor,
Gemfile,
Gemfile.lock,
.github,
Rakefile,
.last_optimized,
CNAME,
README.md,
LICENSE,
]
include: [.well-known]
collections:
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: UA-69569651-1
# Facebook Opengraph
facebook_app_id: 1522022128111003
facebook_locale: en_US
facebook_type: website
facebook_image: /images/bsides_logo_short_2022.png
# Twitter Cards
twitter_user: "@BSidesSF"
twitter_card: true
twitter_image: /images/bsides_logo_short_2022.png