-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (46 loc) · 1.55 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
# Site settings
title: "KlimovProject — Мой прожектор в WEB-разработках"
email: [email protected]
description: "Первый официальный проект любого вебмастера - это его собственный сайт "
baseurl: ""
url: "/"
title_description: "Здесь собраны мысли, идеи и заметки о моих разработках, а так же моё >портфолио"
google_analytics: ""
disqus_account:
addthis_id:
post_limit: 5
# Social usernames/URLs
twitter_username: klimovproject1
telegram_username: klimovrv
github_username: klimov-rv
instagram_username: klimov.rv
reddit_username:
stackoverflow_link: http://stackexchange.com/users/10611498/%d0%a0%d0%be%d0%bc%d0%b0%d0%bd-%d0%9a%d0%bb%d0%b8%d0%bc%d0%be%d0%b2
xing_link:
facebook_link: https://www.facebook.com/profile.php?id=100012300218634
# Footer
footer_left: "Сделано на <a href=\"https://jekyllrb.com/\">Jekyll</a> с <i class=\"fas fa-heart\"></i>"
footer_right: "< <a href=\"https://github.com/klimov-rv/klimov-rv.github.io\">Github</a> <i class=\"fab fa-github-alt\"></i> />"
# Build settings
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "pages"
values:
layout: "page"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
exclude: [vendor]
# KP settings
# permalink: /:year/:title:output_ext
# This will require each of these plugins automatically.
plugins:
- jekyll-feed