-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
139 lines (125 loc) · 2.88 KB
/
config.yml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
baseURL: "https://nmdra.github.io"
languageCode: "en"
title: Nimendra
theme: ["hugo-redirect","hugo-notice", "PaperMod"]
minify:
disableXML: true
minifyOutput: true
# googleAnalytics: G-C917SZ3ZQE
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Nimendra
description: "Welcome to my website!"
keywords: [Blog]
DateFormat: "January 2, 2006"
defaultTheme: dark # dark, light
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
showtoc: true
disableScrollToTop: false
assets:
disableHLJS: true
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "summary"]
# Logo and name shown on top left of site
label:
text: "Nimendra"
# profile-mode
profileMode:
# Needs to be explicitly set
enabled: true
title: "Hey \U0001F44B, I'm Nimendra"
subtitle: "Software Engineering Undergraduate"
imageUrl: images/profile.webp
imageWidth: 150
imageHeight: 150
imageTitle: "Profile image"
buttons:
- name: About
url: /about/#about-me
- name: Blog
url: /blog
- name: Contact
url: /about/#contact-me
# - name: Resume
# url: "https://github.com/nmdra/Resume/releases/latest/download/Nimendra-Resume.pdf"
- name: Resume
url: /resume
socialIcons:
# - name: cv
# url:
- name: github
url: "https://github.com/nmdra"
- name: linkedin
url: "https://www.linkedin.com/in/nimendra/"
- name: x
url: "https://x.com/nimendra_"
- name: email
url: "mailto:[email protected]"
- name: "rss"
url: "https://blog.nimendra.xyz/index.xml"
cover:
linkFullImages: true
hidden: false
hiddenInList: false
hiddenInSingle: true
outputs:
home:
- HTML
- JSON
- RSS
menu:
main:
- identifier: search
name: Search
url: /search
weight: 1
- identifier: about
name: About
url: /about
weight: 2
- identifier: blog
name: Blog
url: /blog
weight: 3
- identifier: projects
name: Projects
url: https://github.com/nmdra
weight: 4
- identifier: links
name: Links
url: /links
weight: 5
- identifier: uses
name: Uses
url: /uses
weight: 6
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: true
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNos: true
lineNoStart: 0
noClasses: false
noHl: false
tabWidth: 4
style: tokyonight-storm
tableOfContents:
endLevel: 4