-
Notifications
You must be signed in to change notification settings - Fork 146
/
_config.yml
36 lines (29 loc) · 969 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site title and description
title: Bug Bounty Platforms
description: Open-Sourced Collection of Bug Bounty Platforms | Part of The @disclose_io Project.
lang: en
# Default footer image settings
footer:
copyright: Copyright 2018-2021 disclose.io
# Disqus comments shortname, requires Disqus account https://disqus.com/
disqus:
shortname: disclose_io
# Google analytics code, get your code here https://www.google.com/analytics/
google_analytics: UA-143424917-12
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
- jekyll-avatar
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- node_modules
include:
- ".well-known"