-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
121 lines (109 loc) · 4.6 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
119
120
121
# Site settings
baseurl: ''
url: &url https://torrocus.com
# Meta settings
meta:
default_locale: en
description: Programming is a way of life for me. And Ruby is my favorite programming language. I create internet applications in Ruby on Rails and I am proud of it.
locale: en
manifest_file: '/manifest.json'
title: Web developer with experience in Ruby, JavaScript, PostgreSQL, Linux
# Theme settings
remote_theme: torrocus/jekyll_theme
colors:
background: '#1a222c'
contact_form:
buttons:
reset: Reset
submit: Send
placeholders:
email: Your email
message: Leave a message
name: Your name
subject: New message - contact form
url_after_sent: *url
exclude:
- .ruby-gemset
- .ruby-version
- CODE_OF_CONDUCT.md
- Gemfile
- Gemfile.lock
- README.md
- gulpfile.js
- node_modules
- package-lock.json
- package.json
- src
links:
blog:
title: Less is more - technical blog
url: /blog/
cv:
title: Resume of Ruby developer
url: /cv/
user:
email:
encrypted_email_address: dG9ycm9jdXMraG9tZXBhZ2VAZ21haWwuY29t
name: Alex Malaszkiewicz
title: Full-Stack Developer
user_details:
description: |
I'm <strong>web developer</strong>.
Technology is my tool.
I deal with <strong>process' automation</strong> and <strong>problem solving</strong> using algorithms.
I make life easier and I make dreams come true.
I help startups and undertake difficult challenges with pleasure.
Whenever I can, I share my knowledge and skills.
I work as a freelancer, team member, leader or entrepreneur.
I am ready to help you develop your business.
headline: My Expertise
user_profiles:
# bitbucket: torrocus
facebook:
github: torrocus
# gitlab: torrocus
instagram: torrocus
linkedin: torrocus
stackoverflow_id: 2883890
twitter: torrocus
youtube_id: UC-v15KnfdoVbgBlr54-edog
web_analytics:
clicky_id: '101195772'
google_analytics_id: 'UA-127739651-1'
about:
sections:
backend:
description: |
When I create <strong>web applications</strong>, I choose technologies and tools appropriate for the problem being solved.
Based on my experience, I know that changing the programming language or framework will not change problems in the <strong>application's architecture</strong>.
Personally, I prefer <strong>stable and secure solutions</strong> over fashionable solutions.
headline: Backend
icons: ['ruby-original-wordmark', 'rails-original-wordmark', 'postgresql-original-wordmark', 'mysql-original-wordmark', 'sqlite-original-wordmark', 'redis-original-wordmark', 'mongodb-original-wordmark']
frontend:
description: |
As users, we evaluate each application used by us.
Visual impressions and attractive appearance make some of them more enjoyable and we return to them more willingly.
I'm not a graphic designer.
But I've been working on many applications and websites.
I know that appearance and <strong>usability</strong> are the first things the user pays attention to.
I also know how important the <strong>accesibility</strong> of websites for blind people is and how they see website search engines.
I want my <strong>IT solutions</strong> to have no barriers.
That's why I use <strong>best practices</strong> and generally available standards.
headline: Frontend
icons: ['html5-original-wordmark', 'css3-original-wordmark', 'less-plain-wordmark', 'sass-original', 'bootstrap-plain-wordmark', 'foundation-original-wordmark', 'javascript-original', 'coffeescript-original-wordmark', 'react-original-wordmark', 'backbonejs-original-wordmark', 'gimp-original-wordmark']
tools:
description: |
Programming languages and frameworks are not everything.
As a <strong>programmer</strong>, I use many tools that improve my everyday work.
I know different <strong>version-control systems</strong> and a code sharing platform.
I deploy to production using a variety of tools.
All of these affect the way of me working more efficiently and help me with working in teams.
And <strong>teamwork</strong> is the foundation of success.
headline: Tools
icons: ['git-original-wordmark', 'github-original-wordmark', 'linux-original', 'debian-original-wordmark', 'ubuntu-plain-wordmark', 'heroku-original-wordmark', 'digitalocean-original', 'amazonwebservices-original-wordmark', 'googlecloud-original', 'docker-original-wordmark', 'terraform-original-wordmark', 'nginx-original']
settings:
icon_format: svg # font / svg
icon_width: 60
settings:
contact_form: false
projects: false