aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 2f3f40dddaa486d562392a8dbdf53204cfe0afb1 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
baseURL = 'https://www.vidhukant.com'
languageCode = 'en-in'
title = "Vidhu Kant Sharma's Website"
copyright = "<p> vidhukant.com Copyright &copy; 2022 Vidhu Kant Sharma &lt;<a href=\"mailto:vidhukant@vidhukant.com\">vidhukant@vidhukant.com</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.com'><img src='/images/vidhukant.xyz.gif' alt='VidhuKant.xyz' width='88'></a>"
  , "<a href='https://landchad.net'><img src='/images/landchad.gif' alt='LandChad.net' width='88'></a>"
  , "<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' alt='JacobWSmith.xyz' width='88'></a>"
  , "<a href='/contact/'><img src='/images/no-facebook.webp' alt=\"Not f'd. You won't find me on Facebook\" width='120'></a>"
  , "<a href='https://512kb.club'><img src='/images/green-team.svg' alt='a proud member of the green team of 512KB club'></a>"
]
mainPictureURL = "/images/vidhukant.webp"
mainPictureAlt = "Vidhu Kant"
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>
    Yahallo! I&rsquo;m Vidhu Kant. 
    I&rsquo;m the premium version of your local dumbass because somehow I have gained the knowledge of altering the beeps and boops
    of a computer and my soul now belongs to Linus Torvalds.

    I sometimes make videos, though I haven&rsquo;t settled down on a theme yet (sadly).
    You can find me on <a href="https://sns.mikunonaka.net/odysee">Odysee</a> and <a href="https://sns.mikunonaka.net/youtube">YouTube</a>.

    I code whatever I like, but I call myself a web developer because I mostly find myself doing web dev stuff,
    though I <em>would</em> like to get into something much cooler. Only if I had the time...
  </p>

  <h1 id="about-me">About Me</h1>
  <p>
    I&rsquo;m interested in cyber security and shit because it sounds cool;
    I also like functional programming because it sounds cool;
    also I love reading manga because it sounds cool.
  </p>
  <blockquote>
    <em>&ldquo;I may or may not have a carrot in place of a brain.&rdquo;</em>
    <br>
    <span>&#8212; Vidhu Kant, 2023</span>
  </blockquote>

  <p>
    I love reading (mostly fiction) and learning new languages. I plan to one day be fluent in like, 5 languages; 
    Let&rsquo;s see if I can do that! (spoiler alert: I&rsquo;m gonna forget about this.)

    <br>
    I hope I can one day be as cool as Bocchi from "Bocchi the Rock" and be able to play the guitar.
    But right now, I&rsquo;m just as introverted as Bocchi from "Bocchi the Rock" without the cute anime girl and the guitar part.
  </p>
</div>
"""

[author]
  name = "Vidhu Kant Sharma"
  email = "vidhukant@vidhukant.com"

[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