forked from tocttou/hacker-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (49 loc) · 1008 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
57
58
59
60
title: Maciej Piechota cuisine
description: "About security, penetration testing, python"
image: /assets/haqpl.png
author:
name: "Maciej Piechota"
email: "[email protected]"
url: "https://haqpl.github.io"
twitter: haqpl
image: /assets/haqpl.png
twitter:
username: haqpl
hacker: true
baseurl: /
disqus: haqpl-blog
google_analytics: UA-137044900-1
source: .
destination: ./_site
permalink: /:title
paginate: 3
paginate_path: /page/:num/
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
defaults:
- scope:
path: ""
values:
image: /assets/haqpl.png
social:
links:
- https://twitter.com/haqpl
- https://www.linkedin.com/in/0x31337
- https://github.com/haqpl
future: true
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap
- jekyll-twitter-plugin
- jekyll-mentions
jekyll-mentions:
base_url: https://twitter.com
# Custom variables
owner : "Maciej Piechota"
year : "2019"