-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
50 lines (44 loc) · 912 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
author: Alexander Guz
url: https://guzalexander.com
title: Alexander Guz's blog
locale: en_US
encoding: UTF-8
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-paginate-v2
- jekyll-feed
- jekyll-seo-tag
pagination:
enabled: true
per_page: 10
#permalink: '/page/:num/'
#title: ':title - page :num of :max'
#limit: 0
sort_field: 'date'
sort_reverse: true
# responsive_image:
# template: _includes/responsive-image.html
# default_quality: 90
# save_to_source: false
# sizes:
# - width: 220
# - width: 700
# - width: 1100
twitter:
username: kalimatas
card: summary_large_image
social:
name: Alexander Guz
links:
- https://twitter.com/kalimatas
- https://github.com/kalimatas
- https://linkedin.com/in/kalimatas
defaults:
-
scope:
type: "posts"
values:
layout: post
is_post: true
excerpt_separator: <!--more-->