-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·86 lines (75 loc) · 2.23 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
74
75
76
77
78
79
80
81
82
83
84
85
86
host: 0.0.0.0
# General Settings
name: Sergei Velikanov
job_title: Developer, Team Leader, CTO
email: [email protected]
avatar: /assets/img/photo_sm.png
favicon: /favicon.ico
twitter_handler: '@velikanovpro'
analytics_code: UA-58781157-1
disqus: velikanov-pro
# Certifications
certifications:
- { name: 'Zend Certified Engineer', image_url: 'https://www.zend-zce.com/static-assets/img/zcedirectory/zce-2017-small.gif', url: 'https://www.zend.com/en/yellow-pages/ZEND030525' }
- { name: 'Certified Blockchain Expert', image_url: 'https://s3.amazonaws.com/accredible-api-badge/1499864542117.png', url: 'https://www.credential.net/hafc5zkn' }
- { name: 'Certified Blockchain Developer', image_url: 'https://s3.amazonaws.com/accredible-api-badge/1502437550836.png', url: 'https://www.credential.net/kaxyrn0b' }
# Social Accounts
social_networks:
- { name: facebook, url: 'https://www.facebook.com/serge.velikanov' }
- { name: linkedin, url: 'https://linkedin.com/sergevelikan' }
- { name: twitter, url: 'https://twitter.com/velikanovpro' }
- { name: github, url: 'https://github.com/velikanov' }
- { name: instagram, url: '' }
- { name: google-plus, url: '' }
- { name: skype, url: '' }
- { name: codepen, url: '' }
- { name: stack-overflow, url: '' }
- { name: dribbble, url: '' }
- { name: behance, url: '' }
- { name: pinterest, url: '' }
- { name: tumblr, url: '' }
- { name: youtube, url: '' }
- { name: vimeo, url: '' }
- { name: vine, url: '' }
- { name: 500px, url: '' }
- { name: flickr, url: '' }
- { name: spotify, url: '' }
- { name: steam, url: '' }
- { name: wordpress, url: '' }
- { name: xing, url: '' }
- { name: bitcoin, url: '' }
- { name: pocket, url: '' }
# Modules Settings
show_categories: 0
show_tags: 0
show_email: 1
show_rss: 1
show_comments: 1
show_menu: 1
fixed_sidebar: 0
# Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: "true"
# Serving
url: "https://velikanov.pro"
baseurl: ""
# Includes
include: ["_pages"]
# Outputting
permalink: /:categories/:title.html
category_dir: categories
# Pagination
paginate: 10
paginate_path: "/page:num/"
# Conversion
markdown: kramdown
excerpt_separator: <!--more-->
# Assets Settings
sass:
sass_dir: assets/partials
style: compressed