-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
77 lines (77 loc) · 1.44 KB
/
_config.yml
File metadata and controls
77 lines (77 loc) · 1.44 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
---
title: Domini's Blog
timezone: Europe/Chisinau
collections:
uploads:
title: Uploads
output: true
domini:
title: domini
output: true
people:
title: people
output: true
posts:
title: Статьи
output: true
lang: ru_RU
locale: ru_RU
email: [email protected]
description: An expert blog on industrial engineering, systems engineering, data science,
and artificial intelligence. Practical guides,. analytics, and tools for professionals.
url: https://dominicusin.github.io
theme: minima
twitter_username: dominicusin
github_username: dominicusin
permalink: "/:year/:month/:day/:title/"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- LICENSE
- ".gitignore"
- ".github"
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- Manifest.md
sass:
style: compressed
author:
name: Domini
orcid: 0000-0002-7425-0526
github: dominicusin
email: [email protected]
twitter: dominicusin
social:
- name: GitHub
url: https://github.com/dominicusin
icon: github
- name: Twitter
url: https://twitter.com/dominicusin
icon: twitter
navigation:
- name: Home
url: "/"
- name: About
url: "/about/"
- name: Posts
url: "/posts/"
- name: Archive
url: "/archive/"
paginate: 10
paginate_path: "/page:num/"
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
safe: true