blob: d7cce6f6cfd8a18c5a2461555f6668484a88bb4b (
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
|
baseURL = 'https://www.vidhukant.com/'
languageCode = 'en-in'
title = "Vidhu Kant Sharma's Website"
copyright = "<p>vidhukant.com Copyright © 2023 Vidhu Kant Sharma <<a href=\"mailto:vidhukant@vidhukant.com\">vidhukant@vidhukant.com</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.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>"
]
blogTitle = "Vidhu Kant's Blog"
listsTitle = "Vidhu Kant's Lists"
docsTitle = "Vidhu Kant's Docs"
[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
|