-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (40 loc) · 1008 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
title: My deep learning
email: [email protected]
author: Klepikov Konstantin
description: >- # this means to ignore newlines until "baseurl:"
Блог про нейронные сети и машинное обучение
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://konstantinklepikov.github.io" # the base hostname & protocol for your site
social:
links:
- https://t.me/KlepikovKonstantin
- https://github.com/KonstantinKlepikov
lang: ru_RU
# twitter_username:
telegram_username: KlepikovKonstantin
github_username: KonstantinKlepikov
# Build settings
markdown: kramdown
theme: jekyll-swiss
theme_color: magenta
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-environment-variables
- jekyll-auto-image
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .vscode
- readme.md
- LICENSE
- tag_generathor.py
- Makefile
github: [metadata]
highlighter: rouge