aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
blob: f344e6055c138cd93d82c0a7470003c4833c0509 (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
baseURL = 'https://vidhukant.com/'
languageCode = 'en-in'
title = "Vidhu Kant Sharma's Website"
copyright = "<p>vidhukant.com Copyright &copy; 2022-2024 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 licensed under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC BY-NC-SA 4.0</a> unless stated otherwise.</p>"
theme = "zt-hugo"
disableKinds = ["taxonomy", "term"]
enableRobotsTXT = true

[params]
siteDescription = "Vidhu Kant Sharma's personal website"
domain = "vidhukant.com"
ogImage = "/images/vidhukant.png"
header404 = ["/images/gray-area/anime-header2.webp", "Header Image"]

homepageLinks = [
  ["Blog", "/blog"],
  ["Lists", "/lists"],
  ["Contact", "/contact"],
  ["Git", "https://mikunonaka.net"],
  ["Searx", "https://search.vidhukant.com"],
  ["Odysee", "https://sns.mikunonaka.net/odysee"],
  ["YouTube", "https://sns.mikunonaka.net/yt"],
  ["GitHub", "https://github.com/MikunoNaka"],
  # ["macli", "https://macli.vidhukant.com/"],
  # ["OpenBills", "https://macli.vidhukant.com/"],
]

navLinks = [
  ["Home", "/"],
  ["Contact", "/contact"],
  ["Blog", "/blog"],
  ["Lists", "/lists"],
]

[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 = false
    noHl = false
    style = "dracula"
    tabWidth = 2