forked from jeromelachaud/freelancer-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
88 lines (76 loc) · 2.77 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
# Site settings
title: Sergei Waigant
email: [email protected]
url: https://github.com/sergeiwaigant
description: "Hi there! I am Sergei Waigant and if you think we should collaborate on any project - contact me on any channel and lets have a chat!"
keywords: "IT,Infrastructure,Architecture,SRE,DevOps,Apache,Kafka,Confluent,CloudBees,Jenkins,Cloud,AWS,Azure,GCP"
skills: "IT Infrastructure Architect | SRE & DevOps Engineer | Automation & Event Streaming Enthusiast"
meta_author: Waigant Sergei
# Google webmaster tools
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Contact form:
# - static : pass through formspree.io to validate email sending
# - disqus : replace contact form by disqus thread
# - comment the line below if you want to stick with the default PHP contact form
# contact: static
# If you use disqus you need disqus shortname
# https://help.disqus.com/customer/portal/articles/466208
# disqus_shortname: myshortname
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 18bc9c #80B3FF
primary-rgb: "24,288,156" #"128,179,255"
secondary: 2c3e50 #FD6E8A
secondary-dark: 233140 #A2122F
# Footer settings
footer:
copyright: Sergei Waigant
location: Location
social: Around the Web
credits: Contact
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: xing
url: https://www.xing.com/profile/Sergei_Waigant
- title: linkedin
url: https://www.linkedin.com/in/sergeiwaigant/
- title: facebook
url: https://www.facebook.com/swaigant/
- title: github
url: https://github.com/sergeiwaigant
# Postal address (add as many lines as necessary)
address:
- line: Somewhere in...
- line: 8220 Chloraka
- line: Paphos District - Cyprus
# Credits content
credits:
- line: <a href="tel:+49-175-2092782">+49-175-2092782</a>
- line: <a href="tel:+357-9420-7678">+357-96-397761</a>
- line: <a href="mailto:[email protected]">[email protected]</a>
# <table style="width:100%; font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 15px;">
# <tr>
# <td width="50%" align="right">phone</td>
# <td width="50%" align="left"> <a href="tel:+49-175-2092782">+49-175-2092782</a><br></td>
# </tr>
# <tr>
# <td width="50%" align="right">phone</td>
# <td width="50%" align="left"> <a href="tel:+357-96-397761">+357-96-397761</a><br></td>
# </tr>
# <tr>
# <td width="50%" align="right">mail</td>
# <td width="50%" align="left"> <a href="mailto:[email protected]">[email protected]</a></td>
# </tr>
# </table>
# Build settings
markdown: kramdown
permalink: pretty
#for posts
# defaults:
# - scope:
# path: ""
# type: "posts"
# values:
# permalink: ""