-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (40 loc) · 1.12 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
title: Adjabeng Senanu
logo: "assets/IMG_20220312_165842.jpg"
description: Data Analyst Portfolio
show_downloads: true
theme: Jekyll
name: "Your Name"
bio: "A brief bio about yourself. This can be your tagline or career objective."
profile:
photo: "assets/IMG_20220312_165842.jpg"
skills:
- Data Analysis
- Machine Learning
- Python
- SQL
interests:
- Reading
- Hiking
- Photography
education:
- year: "2020-2023"
degree: "Master's in Data Science"
institution: "University Name"
- year: "2016-2020"
degree: "B.Sc in Computer Science"
institution: "Another University Name"
projects:
- title: "Project 1"
description: "A brief description of project 1."
image: "path/to/project1/image.jpg"
link: "http://link-to-project1.com"
- title: "Project 2"
description: "A brief description of project 2."
image: "path/to/project2/image.jpg"
link: "http://link-to-project2.com"
contact:
email: "[email protected]"
phone: "+123-456-7890"
linkedin: "https://linkedin.com/in/yourprofile"
github: "https://github.com/yourusername"
resume: "path/to/your/resume.pdf"