-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
66 lines (50 loc) · 1.35 KB
/
hugo.toml
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
baseURL = "https://karinani.github.io/"
languageCode = "en-us"
title = "My Site"
theme = "hugo-PaperMod"
[params]
env = "production"
[params.profileMode]
enabled = true
title = "Karina Nihalani"
subtitle = "A person with various interests in Computer Science, Machine Learning and Back end Development"
imageUrl = "/emoji.svg"
imageTitle = "Your image title"
imageWidth = 200
imageHeight = 250
[[params.socialIcons]]
name = "github"
url = "https://github.com/KarinaNi"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/Karina1"
[[params.socialIcons]]
name = "Discord"
url = "https://www.linkedin.com/in/Karina1"
[[params.socialIcons]]
name = "KoFi"
url = "https://www.linkedin.com/in/Karina1"
[[params.socialIcons]]
name = "Facebook"
url = "https://www.linkedin.com/in/Karina1"
[[params.socialIcons]]
name = "Leetcode"
url = "https://leetcode.com/u/Batman2701/"
[[params.socialIcons]]
name = "Instagram"
url = "https://leetcode.com/u/Batman2701/"
[[params.socialIcons]]
name = "Email"
url = "mailto:[email protected]"
[[params.profileMode.buttons]]
name = "Projects"
url = "Projects"
[[params.profileMode.buttons]]
name = "About me"
url = "tags"
[[params.profileMode.buttons]]
name = "Experience"
url = "tags"
[[params.profileMode.buttons]]
name = "Other"
url = "tags"