-
Notifications
You must be signed in to change notification settings - Fork 19
/
_config.yml
39 lines (31 loc) · 1.07 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
# 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: Security Research Threats
description: Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg | 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-11
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
- jekyll-avatar
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- node_modules
css:
- main.css
include:
- ".well-known"