summaryrefslogtreecommitdiff
path: root/theme.toml
blob: c4693cad9e0b6e8c849dc99443233d071cd41707 (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
name = "zt_hugo"
license = "GNU General Public License Version 3"
licenselink = "https://git.vidhukant.com/zt_hugo/tree/LICENSE"
description = "VidhuKant's OTHER Hugo Theme (used on various other websites)"
homepage = "https://git.vidhukant.com/zt_hugo"
tags = []
features = []
min_version = "0.116.1"

[author]
  name = "Vidhu Kant Sharma"
  homepage = "https://vidhukant.com"

[markup]
  [markup.highlight]
    anchorLineNos = true
    codeFences = true
    guessSyntax = true
    hl_Lines = ''
    hl_inline = false
    lineAnchors = ''
    lineNoStart = 1
    lineNos = true
    lineNumbersInTable = false
    noClasses = false
    tabWidth = 4