-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
112 lines (89 loc) · 3.97 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
# Site
repository: Git repository where your resume will be hosted, only required if you are hosting on GitHub (eg. sproogen/modern-resume-theme)
favicon: assets/favicon.png
# Personal info
name: Erfan Gholami
title: Computer Engineer
email: [email protected]
phone: (+98)918 788 8582
# website: Your website (eg. https://google.com)(optional)
# Dark Mode (true/false/never)
darkmode: false
# Social links
skype_username: ke2IZJW1mfP9
twitter_username: _erfan_g
github_username: erfangholami
stackoverflow_username: "5599774"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
# instagram_username: jekyll
linkedin_username: erfan-gholami
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: jekyll
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
additional_links:
- title: Spotify
icon: fa-spotify
url: https://open.spotify.com/user/_erfan_g
# - title: another link
# icon: font awesome brand icon name (eg. fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me (Use this to override about section title)
# about_profile_image: Directory of profile image (eg. images/profile.jpg)
about_profile_image: images/profile.jpg
about_content: | # this will include new lines to allow paragraphs
I am a Computer Engineer who loves thinking about solutions for daily problems, especially computer ones. I have been experienced many fields in the computer world, such as software development, robotics and hardware design. My main focus is software development, specifically in the Android framework, but I have an open attitude about involving in other aspects of computer fields. Because having multi-dimensional thinking helps to overcome the problems more straightforward and in a reasonable time.
My personality type is INTJ, I’m eager to learn new things, and I have the spirit of working with small teams or alone.
# You can access latest version of my CV <a href="https://docs.google.com/viewer?url=http://erfangholami.github.io/extra/ErfanGholamiCV.pdf" target="_blank" type="application/pdf">here</a>.
# Write an awesome description about yourself here, this supports markdown, so you can add [links](http://foobar.com) and highlight things <mark>like this</mark>.
# You can even add paragraphs by using empty lines like this and add anything else markdown supports such as
# - Lists
# - Tables
# - <a href="google.com">Links</a>
# - Images
# Education Section
education_title: Education #(Use this to override about education section title)
abilities_title: Abilities
# Projects Section
projects_title: Projects #(Use this to override about projects section title)
# Experience Section
experience_title: Experience #(Use this to override about experience section title)
# More Section
# more_title: A Little More About Me #(Use this to override about more section title)
more_content: | # this will include new lines to allow paragraphs
I enjoy searching in other people's codes, hiking, traveling, hanging around with friends, analyzing political events, listening to music and etc. 😊
Here are some photos of my travels :)
more_content_slideshowId: cp_widget_d9a78f74-fc02-4d29-a32b-6f7d1c1cae5b
more_content_slideshowFId: AEDAcuO4HDZq
# Footer
footer_show_references: true
# Build settings
# theme: modern-resume-theme (Use this is you are hosting your resume yourself)
# remote_theme: sproogen/modern-resume-theme (Use this if you are hosting your resume on GitHub)
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]