-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
executable file
·118 lines (94 loc) · 3.58 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#-------------------------------
# General Site Settings
title: Pavlo Osadchyi
logo: # You can add own logo. For example '/images/logo.png'.
description: Pavlo Osadchyi's personal website
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://pavloosadchyi.com" # the base hostname & protocol for your site, e.g. http://example.com
blog-theme: light # By default, Atega theme uses a 'light' color scheme, to change the color scheme to dark use 'dark' value (_includes/color-scheme)
#-------------------------------
# Author Settings
author:
name: Pavlo Osadchyi
image: '/images/01.jpg'
#-------------------------------
# Hero Settings
hero:
hero__title: Hi, I'm <span class="hero__name">Pavlo Osadchyi</span>.
hero__job: Software engineer
hero__description: Creative and pragmatic problem solver, husband and father.
hero__button__text: Read about me
hero__button__link: '/about'
hero__image: '/images/front.jpeg'
#-------------------------------
# Newsletter (_includes/footer-widgets/widget-subscribe.html)
# mailchimp__title: Subscribe to new posts # Add your Title
# mailchimp__text: Subscribe to our newsletter and we’ll send you the emails of latest posts. # Add your description.
# mailchimp__identifier: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
# mailchimp__button__text: Subscribe # Add your button text
#-------------------------------
# Contact Settings
contact:
email: [email protected] # Add your email for contant form
description: If you are interested to talk, just shoot me a message
# NOTE
# Atega comes with a built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want.
#-------------------------------
# Social Links (Footer)
# Example of adding a new link to the footer - {icon: "ion-logo-facebook", link: "https://facebook.com"}
# Other icons can be found at https://ionicons.com/v4/
social:
- {icon: "ion-logo-twitter", link: "https://twitter.com/posadchyi"}
- {icon: "ion-logo-github", link: "https://github.com/pavloo"}
# - {icon: "ion-logo-youtube", link: "https://youtube.com"}
# - {icon: "ion-logo-pinterest", link: "https://pinterest.com"}
# - {icon: "ion-logo-codepen", link: "https://codepen.io"}
# - {icon: "ion-logo-vimeo", link: "https://vimeo.com/"}
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: pavloosadchyicom # add your shortname for Disqus Comment. For example mr-brown
#-------------------------------
# Gallery Footer Section
gallery:
title: Gallery
images:
- alt: 'Minimalism'
url: '/images/landscape1.jpg'
- alt: 'Minimalism'
url: '/images/sasha1.jpeg'
- alt: 'Minimalism'
url: '/images/castle1.jpg'
- alt: 'Minimalism'
url: '/images/scotland1.jpg'
- alt: 'Minimalism'
url: '/images/sanfran1.jpg'
- alt: 'Minimalism'
url: '/images/newyork1.jpg'
#-------------------------------
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
#-------------------------------
# Build Settings
markdown: kramdown
permalink: /:title
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
paginate: 9
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: /:title
sass:
sass_dir: _sass
style: compressed