forked from sproogen/modern-resume-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (48 loc) · 2.42 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
# Site
repository: Git repository where your resume will be hosted, only required if you are hosting on GitHub (eg. sproogen/modern-resume-theme)
# favicon: Directory of your favicon (eg. images/favicon.ico)(optional)
# Personal info
name: Mariana Balla
title: Community Manager
email: [email protected]
phone: +355 699 355 903
website: https://marianaballa.com
# Social links
twitter_username: mariana_balla
github_username: marianaballa
#dribbble_username: jekyll
facebook_username: marianaballa13
#flickr_username: jekyll
#instagram_username: jekyll
linkedin_username: marianaballa
#xing_username: jekyll
#pinterest_username: jekyll
#youtube_username: jekyll
#googleplus_username: +jekyll
# About Section
# about_title: About Me (Use this to override about section title)
#about_profile_image: /images/Mariana Balla (square).png
about_content: | # this will include new lines to allow paragraphs
My name is Mariana and I am a Community Manager. I have a BA degree in ICT and a Masters degree based on the same subject, both granted by the Faculty of Natural Sciences, University of Tirana. For the past three years I have been heavily involed with the use and promotion of the Open Source philosophy.
I am fluent in Albanian, Greek and English. I enjoy working with diverse groups of people as I consider them more productive and very beneficial for both the organisation and the individuals.
# 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)
# Education Section
# education_title: Education #(Use this to override about education 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
This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests.
Or you could title it **Skills** and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
# 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