-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
85 lines (74 loc) · 2.48 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
84
85
# Jekyll configuration
name: 'b0tchsec'
description: '
<h1>Botch</h1>
<strong>verb</strong> - carry out a task badly or carelessly <br />
<strong>noun</strong> - a bungled or badly carried out task or action. <br /><br />
<h1>Security</h1>
<strong>noun</strong> - the state of being free from danger or threat <br />
<strong>noun (2)</strong> - Something you probably botched.
'
url: http://b0tchsec.com
static: https://static.b0tchsec.com
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: ''
# This can be '' to hide the Github nav button
github: 'b0tchsec/'
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: ''
# The 'comments' setting enables comments. You'll need to select either
# disqus or isso below to choose a comment system. Individual posts can
# override 'comments' to disable on a post-by-post basis.
comments: true
# Set this to your public isso URL to enable comments via isso. Set to '' to disable isso.
isso: ''
# Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus.
disqus: ''
permalink: /:categories/:title
paginate: 3
highlighter: rouge
markdown: kramdown
gems: ['jekyll-paginate', 'jekyll-sitemap']
exclude: ['README.md', 'LICENSE']
author_ids: [aagallag, adam, dade, Fl0rbu5]
authors:
aagallag:
display_name: aagallag
gravatar:
email:
web: https://aagallag.com/
twitter: aagallag
github: aagallag
keybase: aagallag
bio: "I spend my weekends staring at assembly"
adam:
display_name: Adam
gravatar:
email: [email protected]
web: http://ajacqu.es/
twitter: rubyonnails
github: ajacques
keybase: adamjacques
bio: "But how can we integrate docker into this stack?"
dade:
display_name: dade
gravatar: [email protected]
email: [email protected]
web: https://0xda.de
twitter: "0xdade"
keybase: dade
github: "0xdade"
bio: "I like web and forensics challenges. I'm terrible at reversing/pwning challenges. I do tend to know a lot of hacker trivia which sometimes helps. I also enjoy archiving things, you can frequently find me kicking around the #datahoarder irc channel on freenode."
Fl0rbu5:
display_name: Fl0rbu5
gravatar:
email:
web:
twitter:
github: Sheepwiz
keybase:
bio: "// TODO"
years: ['2016', '2017', '2018']