-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (38 loc) · 1.05 KB
/
config.toml
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
# Theme Details
name = "Thyme Theme"
license = "GNU GPL V3"
licenselink = "https://github.com/FrappeFortyTwo/Thyme/blob/main/LICENSE"
homepage = "https://souravsingh.dev/"
tags = ["Blog","Responsive","Clean","Simple","Minimal","Personal","Fast","Light",]
features = ["Simple clean design","Light and mobile friendly","Zero initial configuration"]
min_version = "0.41.0"
# Site Parameters
sectionPagesMenu = "main"
title = "Sourav Singh"
# Author Details
[author]
name = "Sourav Singh"
homepage = "https://souravsingh.dev"
# Site Parameters
[params]
title = "Sourav Singh"
description = "A minimal personal website theme that supports blogs, mermaid js and katex."
license = "MIT"
# Markup Hightlight
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = "true"
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "rrt"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2