-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
64 lines (57 loc) · 1.58 KB
/
Copy pathhugo.toml
File metadata and controls
64 lines (57 loc) · 1.58 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
62
63
64
baseURL = "https://dijeesh.github.io/"
languageCode = "en-us"
title = "Dijeesh Padinharethil"
theme = "dijeesh-theme"
[params]
description = "AWS Container Hero | Director of Engineering – Platform & R&D | Cloud, Kubernetes & Infrastructure"
author = "Dijeesh Padinharethil"
profileImage = "/images/dijeesh-padinharethil.webp"
heroTitle = "Dijeesh Padinharethil"
heroSubtitle = "Director of Engineering — Platform & R&D"
heroTagline = "AWS Container Hero · 18+ Years Architecting Scalable Cloud, Kubernetes & AI Platforms"
resumePDF = "/files/Dijeesh_Padinharethil_Resume.pdf"
[params.social]
linkedin = "https://www.linkedin.com/in/dijeeshpnair/"
github = "https://github.com/dijeesh"
twitter = "https://twitter.com/dijeeshpnair"
email = "dijeeshpnair@gmail.com"
[params.contact]
calendly = "https://calendly.com/dijeeshpnair/technical-consultation-with-dijeesh"
location = "Ernakulam, Kerala, India"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "Community"
url = "/community/"
weight = 4
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 5
[[menu.main]]
name = "Resume"
url = "/resume/"
weight = 6
[markup]
[markup.highlight]
style = "dracula"
lineNos = false
guessSyntax = true
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML"]
[pagination]
pagerSize = 10