forked from 0xpat/0xpat.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (41 loc) · 803 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
theme: jekyll-theme-hacker
name: 0xPat blog
description: Red/purple teamer
avatar: ../images/logo.png
footer-links:
dribbble:
email:
facebook:
flickr:
github: 0xPat
instagram:
linkedin: patryk-czeczko
pinterest:
rss:
twitter: 0xPat
stackoverflow:
youtube:
googleplus:
disqus:
google_analytics:
url:
baseurl: ""
permalink: /:title/
version: v1.2.0
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
sass:
style: :expanded # You might prefer to minify using :compressed
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jekyll-admin
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME