-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
182 lines (182 loc) · 3.68 KB
/
_config.yml
File metadata and controls
182 lines (182 loc) · 3.68 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
---
title: Domini's Blog
timezone: Europe/Chisinau
collections:
posts:
title: Posts
output: true
projects:
title: Projects
output: true
permalink: "/projects/:name/"
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
author: Domini
comments: false
share: true
- scope:
path: ''
type: pages
values:
layout: page
- scope:
path: ''
type: projects
values:
layout: project
tagline: Промышленная инженерия • Системная инженерия • Data Science • AI
description: Экспертный блог о промышленной и системной инженерии, науке о данных и
искусственном интеллекте. Практические руководства, глубокая аналитика и профессиональные
инструменты.
url: https://dominicusin.github.io
baseurl: ''
enforce_ssl: dominicusin.github.io
author:
name: Domini
email: transgregorial@gmail.com
bio: Эксперт в области промышленной инженерии, системной инженерии и науки о данных
avatar: "/assets/images/avatar.jpg"
location: Chișinău, Moldova
orcid: 0000-0002-7425-0526
researcherid: C-7449-2018
scholar: H6jV56gAAAAJ
github: dominicusin
twitter: dominicusin
linkedin: dominicusin
keybase: dominicusin
lang: ru_RU
locale: ru_RU
encoding: utf-8
theme: minima
remote_theme:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-archives
- jekyll-gist
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
highlighter: rouge
permalink: "/:year/:month/:title/"
paginate: 12
paginate_path: "/page/:num/"
jekyll-archives:
enabled:
- categories
- tags
- year
- month
layouts:
category: category
tag: tag
year: year
month: month
permalinks:
category: "/category/:name/"
tag: "/tag/:name/"
year: "/:year/"
month: "/:year/:month/"
navigation:
- name: Главная
url: "/"
icon: home
- name: Статьи
url: "/archive/"
icon: article
- name: Категории
url: "/categories/"
icon: folder
- name: Теги
url: "/tags/"
icon: tag
- name: О блоге
url: "/about/"
icon: info
social:
- name: GitHub
url: https://github.com/dominicusin
icon: github
- name: Twitter
url: https://twitter.com/dominicusin
icon: twitter
- name: ORCID
url: https://orcid.org/0000-0002-7425-0526
icon: orcid
- name: Google Scholar
url: https://scholar.google.ru/citations?user=H6jV56gAAAAJ
icon: scholar
- name: Keybase
url: https://keybase.io/dominicusin
icon: keybase
sass:
style: compressed
sourcemap: never
liquid:
error_mode: strict
strict_filters: true
strict_variables: false
safe: true
strict_front_matter: true
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- ".bundle"
- ".sass-cache"
- ".jekyll-cache"
- README.md
- LICENSE
- CONTRIBUTING.md
- Manifest.md
- ".gitignore"
- ".git"
- ".github"
- "*.log"
- package.json
- package-lock.json
- replit.md
- ".replit"
include:
- _pages
- ".htaccess"
- ".well-known"
keep_files:
- ".git"
- ".svn"
feed:
path: feed.xml
excerpt_only: false
excerpt_separator: "<!--more-->"
lsi: false
related_posts_limit: 3
date_format: "%d.%m.%Y"
time_format: "%H:%M"
reading_time: true
words_per_minute: 200
whitelist:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-archives
- jekyll-gist