-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
57 lines (53 loc) · 1.23 KB
/
config.yaml
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
baseURL: https://igreat.github.io/
languageCode: en-us
title: Mujtaba
theme: PaperMod
menu:
main:
- identifier: about
name: About
title: About
url: /about/
weight: 10
- identifier: videos
name: Videos
title: Videos
url: /videos/
weight: 20
- identifier: resume
name: Resume
title: Resume
url: /resume/
weight: 30
- identifier: blog
name: Blog
title: Blog
url: /blog/
weight: 40
- identifier: projects
name: Projects
title: Projects
url: /projects/
weight: 50
params:
profileMode:
enabled: true
title: "Welcome!👋"
subtitle: "I am Mujtaba, a programmer that loves exploring 🚀"
imageUrl: "images/eren.jpg"
imageTitle: "my picture"
imageWidth: 256
imageHeight: 256
socialIcons:
- name: "github"
url: "https://github.com/igreat"
- name: "youtube"
url: "https://www.youtube.com/channel/UC16BYekiN_0telZ2z_WgtDQ"
- name: "linkedin"
url: "https://www.linkedin.com/in/mujtaba-al-ajmi-b256b9242/"
- name: "email"
url: "mailto:[email protected]"
markup:
goldmark:
renderer:
unsafe: true