-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathhugo.toml
More file actions
61 lines (54 loc) · 1.91 KB
/
hugo.toml
File metadata and controls
61 lines (54 loc) · 1.91 KB
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
baseURL = "https://shreyaspatil.dev"
languageCode = "en-us"
title = "Shreyas Patil - Software Engineer (Mobile - Android, Kotlin, Open Source)"
# Disable taxonomies since this is a single-page portfolio
disableKinds = ["taxonomy", "term"]
[params]
description = "Official Website of Shreyas Sharad Patil. Android Developer, Web Developer, Open Source Enthusiast."
author = "Shreyas Sharad Patil"
keywords = "shreyas patil, shreyas, patil, shreyaspatil, patil shreyas, patilshreyas, android developer, web developer, shreyaspatil99, shreyas sharad patil, androiddev, shreyaspatil99, ssp"
# Profile information
name = "Shreyas Sharad Patil"
tagline = "Google Developer Expert for Android"
profile_image = "/Images/profile-optimized.webp"
cv_url = "https://drive.google.com/file/d/1RMyErD4VNG2IhoHghwugXm0PGAxcGL0m/view?usp=sharing"
# Social media links
email = "hi@shreyaspatil.dev"
facebook = "https://www.facebook.com/shreyaspatil99"
twitter = "https://twitter.com/imShreyasPatil"
instagram = "https://instagram.com/shreyaspatil.dev/"
threads = "https://www.threads.net/@shreyaspatil.dev"
linkedin = "https://www.linkedin.com/in/patil-shreyas"
github = "https://github.com/PatilShreyas"
playstore = "https://play.google.com/store/apps/dev?id=7315706573700759915"
medium = "https://medium.com/@patilshreyas"
blog = "https://blog.shreyaspatil.dev"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
name = "Experience"
url = "#experience"
weight = 1
[[menu.main]]
name = "Community"
url = "#community"
weight = 2
[[menu.main]]
name = "Education"
url = "#education"
weight = 3
[[menu.main]]
name = "Activities"
url = "#activities"
weight = 4
[[menu.main]]
name = "My Work"
url = "#work"
weight = 5
[[menu.main]]
name = "Blogs"
url = "https://blog.shreyaspatil.dev"
weight = 6