-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
_config.yml
51 lines (45 loc) · 1002 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
37
38
39
40
41
42
43
44
45
46
47
48
49
title: Hacker101
email: [email protected]
description: >-
Hacker101 is a free class for web security. Whether you're a programmer with
an interest in bug bounties or a seasoned security professional, Hacker101
has something to teach you.
author:
name: HackerOne
twitter: Hacker0x01
google_analytics: UA-49905813-8
markdown: kramdown
url: https://www.hacker101.com
twitter:
username: Hacker0x01
facebook:
app_id: 345444188982280
github:
username: Hacker0x01
social:
links:
- https://twitter.com/Hacker0x01
- https://www.facebook.com/Hacker0x01
- https://www.linkedin.com/company/hackerone
- https://github.com/Hacker0x01
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
# A list of the pages to display in the navigation bar
header_pages:
collections:
resources:
exclude:
[
.bundle,
.gitignore,
CNAME,
Gemfile,
Gemfile.lock,
LICENSE,
node_modules,
README.md,
update_bootstrap.sh,
vendor,
]