-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
59 lines (45 loc) · 1.17 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
baseURL = 'https://puranikvinit.github.io/0xcode/'
theme = 'risotto'
languageCode = 'en-us'
DefaultContentLanguage = "en-us"
enableInlineShortcodes = true
title = '0xcode'
sectionPagesMenu = "main"
[params.theme]
palette = "base16-custom"
[params.about]
title = 'puranikvinit'
description = 'SoC Engineering Intern @ARM | Systems Lead @IRIS, NITK | ECE Senior, NITK'
logo_image = 'images/profile.jpg'
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/puranikvinit"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/vinit-puranik-326794215"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
identifier = "projects"
name = "projects"
url = "/projects/"
weight = 10
[[menu.main]]
identifier = "journey"
name = "my-journey"
url = "/experience/"
weight = 10
[markup.goldmark.renderer]
unsafe = true
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 1
endLevel = 2
ordered = true