-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
63 lines (56 loc) · 1.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
baseURL = 'http://saral-hugo-theme.pages.dev'
languageCode = 'en-us'
title = 'Saral : A simple hugo theme'
author = "dipeshsingh253"
# theme = 'saral'
pygmentsCodefences = true
pygmentsStyle = "doom-one"
[params]
logoText = "Saral"
isBlogFocused = true
showHeroImage = true
showResumeButton = false
math = true
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
[markup.goldmark.extensions.passthrough.delimiters]
block = [['@@', '@@']]
inline = [['@', '@']]
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 10
[[menu.main]]
name = "Posts"
pre = "pen-tool"
url = "/posts/"
weight = 20
[[menu.main]]
name = "Project"
pre = "project"
url = "/project/"
weight = 30
[[menu.main]]
name = "About"
pre = "about"
url = "/about/"
weight = 40
[[menu.main]]
name = "Contact"
pre = "contact"
url = "/contact/"
weight = 60
[[menu.main]]
name = "Journey"
pre = "journey"
url = "/journey/"
weight = 50
[module]
[module.hugoVersion]
extended = true
min = "0.92.0"
max = "0.123.8"