forked from sproogen/modern-resume-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (37 loc) · 1.63 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
# Site
repository: Git repository where your resume will be hosted, only required if you are hosting on GitHub (eg. sproogen/modern-resume-theme)
favicon: icon.ico
# Personal info
name: Andrés Quintela
title: Aeronautical Engineering student
email: [email protected]
darkmode: true
# Social links
github_username: andres-quintela
linkedin_username: andres-quintela
# About Section
# about_title: About Me (Use this to override about section title)
about_profile_image: me.jpg
about_content: # this will include new lines to allow paragraphs
## Welcome to my page!
I'm currently a final year aeronautical engineering student and I have a great passion for computer and data science-related projects.
In this page you will be able to look at my CV in a friendlier way as well as exploring some of the projects I have developed during the previous years.
# 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
# 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