-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
126 lines (103 loc) · 2.73 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
baseurl = "https://mansoorbarri.com/"
languageCode = "en-us"
theme = "hugo-theme-stack"
paginate = 20
title = "Mansoor Barri"
copyright = "Mansoor Barri"
googleAnalytics = ""
DefaultContentLanguage = "en"
hasCJKLanguage = false
[params]
mainSections = ["articles"]
featuredImageField = "image"
rssFullContent = true
favicon = "/img/logo/favicon.ico"
description = "Barri is known for a few things. Creator of Sehat Saathi, Hugo theme Validator, and a few other things."
[params.dateFormat]
published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST"
[params.sidebar]
emoji = ""
subtitle = ""
[params.sidebar.avatar]
enabled = true
local = false
src = "/img/logo/main.webp"
[params.article]
math = false
toc = true
readingTime = true
[params.article.license]
enabled = false
default = "Licensed under CC BY-NC-SA 4.0"
[params.comments]
enabled = true
provider = "utterances"
[params.comments.utterances]
repo = "mansoorbarri/website"
issueTerm = "title"
label = "comments"
[[params.widgets.homepage]]
type = "search"
[[params.widgets.page]]
type = "toc"
taxonomiesExcludedFromSitemap = ["tags", "categories"]
[params.opengraph]
[params.opengraph.twitter]
site = ""
card = "summary_large_image"
[params.defaultImage.opengraph]
enabled = false
local = false
src = ""
[params.colorScheme]
toggle = true
default = "auto"
[params.imageProcessing]
[params.imageProcessing.cover]
enabled = true
[params.imageProcessing.content]
enabled = true
[menu]
[[menu.social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/mansoorbarri"
params.icon = "brand-github"
weight = 1
[[menu.social]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com/mansoorbarri"
params.icon = "brand-twitter"
weight = 2
[[menu.social]]
identifier = "linkedin"
name = "LinkedIn"
url = "https://linkedin.com/in/mansoorbarri"
params.icon = "brand-linkedin"
weight = 3
[related]
includeNewer = true
threshold = 60
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "categories"
weight = 200
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[markup.highlight]
noClasses = false
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
tabWidth = 4