-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
56 lines (47 loc) · 912 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
50
51
52
53
54
55
56
# Site settings
title: phackt.com
tagline: "Let's talk about sec, baby!"
email: phackt[AT]protonmail.com
description: "Some infosec stuff."
baseurl: ""
url: "https://phackt.com"
paginate: 5
permalink: pretty
google_analytics_id: UA-179138758-1
# Social network
twitter:
username: phackt_ul
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
# highlight
highlighter: rouge
permalink: /:title
#Excluded files
#exclude:
# - docs
# - CNAME
# - Gemfile
# - Rakefile
# - README.md
# - .gitignore
# - .sass-cache
# - Gemfile.lock
# Allowing post in the future (back to the future baby)
future: true
# Syntactically Awesome Style Sheets
# sass:
# sass_dir: public/css
# style: :compressed
# About/contact
author:
name: phackt
url: https://twitter.com/phackt_ul
email: [email protected]
# Gems
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag