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
|
baseURL = 'https://www.vidhukant.xyz'
languageCode = 'en-in'
title = "Vidhu Kant Sharma's Website"
copyright = "<p> vidhukant.xyz Copyright © 2022 Vidhu Kant Sharma <<a href=\"mailto:vidhukant@vidhukant.xyz\">vidhukant@vidhukant.xyz</a>> </p> <p> The text and image content on this website is under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC BY-NC-SA 4.0</a> unless stated otherwise. </p>"
theme = "vidhukant-hugo"
[params]
gifs = [
"<a href='https://vidhukant.xyz'><img src='/images/vidhukant.xyz.gif' target='_blank' alt='VidhuKant.xyz' width='88'></a>"
, "<a href='https://landchad.net'><img src='/images/landchad.gif' target='_blank' alt='LandChad.net' width='88'></a>"
, "<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' target='_blank' alt='JacobWSmith.xyz' width='88'></a>"
, "<a href='/contact/'><img src='/images/no-facebook.svg' alt='Not f'd. You won't find us on Facebook' width='120'></a>"
]
mainPictureURL = "/images/vidhukant.webp"
mainPictureAlt = "Vidhu Kant's Image"
blogTitle = "Vidhu Kant's Blog"
listsTitle = "Vidhu Kant's Lists"
docsTitle = "Vidhu Kant's Docs"
indexContent = """
<div id="my-intro">
<h1>Yo doodz I am pro hacker Vidhu Kant</h1>
<p>
Yo. I’m Vidhu Kant. I’m a hobbyist web developer, and I have a confsession.
<strong>I was born at a very young age.</strong><br>
I sometimes make videos, though I haven’t settled down on a theme yet..
My Odysee channel is called <a href="https://sns.mikunonaka.net/odysee">MikunoNaka</a> (and here's the <a href="https://sns.mikunonaka.net/youtube">YouTube</a> mirror for the non pro hackers out there).<br>
I code whatever I like, but I call myself a web developer because I mostly find myself doing full stack web dev stuff..<br>
And I’m extremely efficient at picking up side projects, writing spaghetti code, and dropping the project after getting frustrated!
</p>
<h1 id="about-me">About Me</h1>
<p>
I like libre software, functional programming, customizing stuff and all the weeaboo garbage Japan can offer.
I like to joke about being the “CEO” of <em>Weeb Developerz</em>, a developer group for weebs and (primarily web) developers.
Apart from programming, I pick up new interests way too quickly and drop them at the same speed,
but there’s still a long list of my hobbies that stick around. I hope I’d be able to talk about all of them on my blog.
</p>
<h1>My other websites</h1>
<p>
<a href="https://vidhukant.xyz">vidhukant.xyz</a> is my only active website.
I also have <a href="https://mikunonaka.net">mikunonaka.net</a> and <a href="https://weeb-developerz.xyz">weeb-developerz.xyz</a>.
I just got the domains because they weren’t very expensive, but they only redirect to here.
If you have any ideas tell me! MikunoNaka.net probably will be used for something related to my channel,
but weeb-developerz.xyz is supposed to be something like a FOSS community thing, that’d be pretty cool
</p>
</div>
"""
[author]
name = "Vidhu Kant Sharma"
email = "vidhukant@vidhukant.xyz"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'dracula'
tabWidth = 2
|