-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (45 loc) · 887 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
name: ov7a
lsi: false
highlighter: rouge
gist:
noscript: false
markdown: CommonMarkGhPages
commonmark:
options: ["SMART", "FOOTNOTES", "UNSAFE"]
extensions: ["strikethrough", "autolink", "table"]
permalink: /:year/:month/:day/:title:output_ext
pagination:
enabled: true
permalink: '/page:num/'
title: ':title'
sort_reverse: true
theme: minima
date_format: "%d.%m.%Y"
lang: ru
future: true
plugins:
- jekyll-sitemap
- jekyll-paginate-v2
- jekyll-commonmark-ghpages
- jekyll-feed
- jekyll-redirect-from
tag_page:
- /blog/tags.html
defaults:
- scope:
path: "assets/gags"
values:
gag_image: true
- scope:
path: "assets/puzzles"
values:
puzzle_image: true
- scope:
path: "_posts/mini_posts"
values:
category: mini_post
exclude:
- moving_dom/src*
- moving_dom/Cargo*
- vendor/**
- bundle/**