-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (59 loc) · 1.6 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
permalink: pretty
title: Automating Guy
tagline: Test automation, QA, TestOps - by Michał Krzyżanowski
url: https://automatingguy.com
paginate: 5
baseurl: ""
description: Test automation, QA, Dev/TestOps - by Michał Krzyżanowski
repository: mkrzyzanowski/mkrzyzanowski.github.io
staticman:
branch: master
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
collections:
blog_tags:
output: true
permalink: /tag/:name/
sass:
sass_dir: _sass
style: :compressed
author:
name: AutomatingGuy
facebook: https://www.facebook.com/AutomatingGuy/
twitter: https://twitter.com/automatingguy
github: https://github.com/mkrzyzanowski
linkedin: https://www.linkedin.com/in/m-krzyzanowski
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
- jekyll-seo-tag
defaults:
- scope:
path: ""
type: blog_tags
values:
layout: posts_by_tag
- scope:
path: "public/img"
values:
image: true
- scope:
path: ""
values:
image: "public/img/social/image-og.jpg"
- scope:
path: "_posts"
type: "posts"
values:
comments: true
excerpt_separator: <!--more-->
recaptcha: "6LcfTTIUAAAAAB-6rgzIg4p62P8kbtiLElVF7dQY"
recaptcha_secret: "C2B/39wtFh+539Q7Yxo0bguwWs/UpJHS/wtmBjXOq9Wn9H9OZWBqUt8AUq8iEAqItw0vwNyNHYDyUl5Www0qJnmepRi6M/mAFyZ99Y4BW0kkxtB2pSkUp7VMO1/B+/7HWgp32YRloLBqJapfb3EsZ2si1Ov4ax2CLGO3xmDnzKg="
twitter:
username: automatingguy
exclude:
- dev
- README.md