-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (66 loc) · 2.55 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
# Site
# repository: Git repository where your resume will be hosted, only required if you are hosting on GitHub (eg. sproogen/modern-resume-theme)
favicon: images/favicon/favicon.ico
# Personal info
name: Patricia Ribeiro
#title: Your job title
email: rspatricia2022@gmail.com
#phone: 610 994 210
#cv: /assets/Patricia_Ribeiro_de_Santana_cv.pdf
#website: Your website (eg. https://google.com)(optional)
# Social links
#twitter_username: jekyllrb
#github_username: moya10
#dribbble_username: jekyll
#facebook_username: jekyll
#flickr_username: jekyll
#instagram_username: jekyll
#linkedin_username: jekyll
#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/profile.jpg
about_title: Acerca de mi
about_content: | # this will include new lines to allow paragraphs
Habilidades:
- Seria y confiable
- Trabajadora, responsable y alegre
- Comunicativa y con capacidad de trabajar de cara al público
- Con capacidad de trabajar en equipo para poder aportar mis habilidades al grupo y también aprender con los demás
- Resolutiva, resiliente y con alto grado de implicación en el trabajo
# Projects Section
projects_title: Inquietudes #(Use this to override about projects section title)
# Experience Section
experience_title: Experiencia #(Use this to override about experience section title)
# Education Section
education_title: Educación #(Use this to override about education section title)
# More Section
more_title: Un poco más sobre mi #(Use this to override about more section title)
more_content: | # this will include new lines to allow paragraphs
Naci en <mark>Recife (Brasil)</mark> y a los 28 años me trasladé a España, siempre quise vivir en Europa. En mi tiempo libre me gusta disfrutar de la naturaleza, leer, ver series, escuchar musica y estar con mis amigos y mi familia. Me gustaría encontrar un trabajo que me permitiera desarrollar mis habilidades y crecer personal y profesionalmente.
# 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 : [
"makefile",
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]