aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 0bfc4ce69e7712ca9c69c8f920019c265726990b (plain)
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
baseURL = 'https://www.vidhukant.xyz'
languageCode = 'en-in'
title = "Vidhu Kant Sharma's Website"
copyright = "<p> vidhukant.xyz Copyright &copy; 2022 Vidhu Kant Sharma &lt;<a href=\"mailto:vidhukant@vidhukant.xyz\">vidhukant@vidhukant.xyz</a>&gt; </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&rsquo;m Vidhu Kant. I&rsquo;m a hobbyist web developer, and I have a confession.
    <strong>I was born at a very young age.</strong><br>

    I sometimes make videos, though I haven&rsquo;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&rsquo;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 &ldquo;CEO&rdquo; 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&rsquo;s still a long list of my hobbies that stick around. I hope I&rsquo;d be able to talk about all of them on my blog.
  </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