-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (58 loc) · 1.22 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
name: Miroslav Csonka
markdown: kramdown
layout: home
remote_theme: "mmistakes/[email protected]"
locale: "en-US"
title: "Miroslav Csonka's blog"
title_separator: "-"
author_profile: true
search: true
include: ["_pages"]
plugins:
- jekyll-include-cache
- jekyll-feed
author:
name: "Miroslav Csonka"
avatar: "/assets/avatar.png"
location: "London, UK"
links:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/miroslav-csonka-68973671"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/MiroslavCsonka"
- label: "Twitter"
icon: "fab fa-fw fa-twitter"
url: "https://twitter.com/miroslavcsonka"
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
toc: true
comments: true
share: true
related: true
show_date: true
analytics:
provider: "custom"
google:
tracking_id: "UA-1234567-8"
anonymize_ip: false # default
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/