-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
73 lines (65 loc) · 1.98 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Site setings
name: 'Yura Hunter'
description: 'Automated Testing in .NET'
meta_description: 'Automation testing, plugin development, time management'
logo:
# Author image is used in site sidebar and greetings in the home page hero text
author:
image: 'authorimage.jpg'
greetings: "Привет! Меня зовут Юра. Я разработчик в тестировании, пишу заметки об автоматизации, разработке плагинов и о продуктивности."
favicon: 'assets/images/favicon.ico'
baseurl:
production_url: https://yurii-hunter.github.io/
disqus: aqa-works
# mailchimp_url: '//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117'
# Add your GA Tracking Id
ga_analytics: 'UA-70310002-3'
# Contact form setings
email: [email protected]
contact_page_description: "Ты всегда можешь написать мне в соцсетях, а также задать свой вопрос в форме обратной связи"
thankyou_page_description: "Сообщение успешно отправлено. Я скоро свяжусь с тобой!"
# Social links
# twitter: 'justgoodthemes'
# facebook: 'username'
github: 'yurii-hunter'
# instagram: 'yurii_hunter'
# slack: 'bugshunter'
# codepen: 'username'
# dribbble: 'username'
# medium: '@username'
# pinterest: 'username'
telegram: 'yura_hunter'
linkedin: 'yurii-myslyvets'
# producthunt: '@username'
# quora: 'username'
# Navigation
navigation:
- text: Home
url: /
- text: About
url: /about
- text: Contact Me
url: /contact
# Required Plugins
plugins:
- jekyll-paginate
- jekyll-tagsgenerator
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
- jekyll-avatar
- jemoji
- jekyll-mentions
- jekyll-include-cache
# Pagination
paginate: 10
paginate_path: /page:num/
# Permalinks
permalink: /:title/
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed