-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·59 lines (47 loc) · 1.27 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
# Site
repository: superlaut/superlaut.github.io
# favicon: images/favicon.ico
# Personal info
name: Laurens van der Maas
title: Data Scientist
email: [email protected]
website: superlaut.github.io
# Social links
# twitter_username: facespics
github_username: superlaut
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
# instagram_username: laut020
linkedin_username: lautvdmaas
# pinterest_username: jekyll
# youtube_username: globalmtb
# googleplus_username: +jekyll
# About Section
about_title: About Me
about_profile_image: images/Portret.JPG
about_content: | # this will include new lines to allow paragraphs
Hi, I'm Laurens. I do bla and bla.
I am most skilled in: <mark>Python</mark>, <mark>SQL</mark>, and <mark>Spark</mark>.
# Projects Section
# projects_title: Projects
# Experience Section
# experience_title: Experience
# Education Section
# educaton_title: Education
# More Section
more_title: Interests
more_content: | # this will include new lines to allow paragraphs
Alongside my academic interests I love:
- Playing the Piano
- Rock Climbing
- FIFA on the couch
# Footer
footer_show_references: true
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag