-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
89 lines (75 loc) · 2.1 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
86
87
88
89
# Version
version : 2.0.1
# Site
site_title : Tijme Gommers
site_description : A blog about cyber security and software engineering, mainly focussed on adversary tactics and red team operations.
site_keywords : cybernetic, security, hacking, programming, software, development, engineering, blog, tijme, gommers, red, team, adversary, simulation, threat, oscp
site_favicon : img/favicon.svg
site_logo : img/logo.svg
site_language_short : en
site_language_full : english
# Author
author_fullname : Tijme Gommers
author_github : tijme
author_twitter : tijme
author_linkedin : tijme
author_paypal : https://www.paypal.com/paypalme/tijmegommers
author_bunq : https://bunq.me/tijme
author:
name: Tijme Gommers
uri: "https://tij.me"
# Layout
layout_content_width : col-12 col-sm-12 col-md-12 col-lg-11 col-xl-8 col-xll-6
# Exlude certain files from production builds
exclude:
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
- PRIVACY.md
- README.md
- SECURITY.md
- vendor
- Gemfile
- Gemfile.lock
- dotenv
# Force include CNAME for gh-pages deployment
include:
- CNAME
# Collections
collections:
pages:
output: true
permalink: /:path/
posts:
permalink: /blog/:slug/
# Show posts with a date in the future
future: true
# Compress output HTML
compress_html:
clippings: all
comments: all
blanklines: false
# Compress output CSS
sass:
style: compressed # You might prefer to minify using :compressed
# RSS feed
feed:
path: /feeds/atom.xml
posts_limit: 100
# Markdown rendering
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
# Disable redirect.json creation
redirect_from:
json: false
# Include dependencies
plugins:
- bootstrap
- jemoji
- jekyll-graphviz
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap