-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (71 loc) · 1.5 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
title: Mikhail @driver733 Yakushin's blog
email: [email protected]
description: Personal blog of Mikhail @driver733 Yakushin about programming.
url: "https://www.driver733.com"
twitter_username: driver733
github_username: driver733
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
author:
first_name: "Mikhail"
last_name: "Yakushin"
username: "driver733"
gender: "male"
email: [email protected]
encoding: utf-8
timezone: Europe/Moscow
permalink: :year/:month/:day/:title.html
exclude:
- README.md
- Gemfile.lock
- Gemfile
- Rakefile
- LICENSE.txt
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
plugins:
- jekyll-feed
- jekyll-bits
- jekyll-paginate
- jekyll-plantuml
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-related-posts
paginate: 8
paginate_path: "p/:num"
excerpt_separator: <!--more-->
feed:
title: Mikhail @driver733 Yakushin's blog
subtitle: Personal blog of Mikhail @driver733 Yakushin about programming.
path: rss.xml
sass:
style: compressed
deploy_style: compressed
compile_in_place: false
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
title: Mikhail @driver733 Yakushin's blog
description: Personal blog of Mikhail @driver733 Yakushin about programming.
-
scope:
path: "static"
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"