-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
153 lines (136 loc) · 3.95 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Hey, thanks for using my theme. If you like this theme,checkout my repo (https://gitlab.com/avron/gruvhugo"
# and drop a star while you're at it. ;)
baseurl = ""
title = "Pulse"
languageCode = "en-us"
paginate = "30" # Number of posts per page
#disqusShortname = "" # Enable comments by entering your Disqus shortname
#googleAnalytics = "" # Enable Google Analytics by entering your tracking id
#-------------------------------------------------------------------------------
# DEFAULT SETTINGS
#-------------------------------------------------------------------------------
# Default Theme
theme= "gruvhugo"
#comments by disqus
disqusShortname = 'yaheya'
#google Analytics
googleAnalyticsID = 'G-319722685'
# Default Post Extension
defaultExtension= "html"
# Default metadata format for newly created frontmatter using
# hugo new command. "toml", "yaml", or "json"
metaDataFormat= "yaml"
[taxonomies]
tag = "tags"
category = "categories"
example = "examples"
series = "series"
subject = "subjects"
[params.main]
addThis = "ra-62aa1f0a1fb29405"
enabled = true
enableKatex = true
metaKeywords = "fast, hugo, theme, minimal, gruvbox"
headerTitle = "Pulse"
copyright = "© 2024 Yaheya Quazi <a href=\"https://creativecommons.org/licenses/by/4.0/\">Some rights reserved</a>."
name = "Yaheya_Quazi"
img = "img/yaheya-quazi-profile-picture.png"
img_title = "Yaheya Quazi : Indeed, the mercy of Allah is near to the doers of good."
icon = "img/logo.png"
quote = "Pulse - Where Curiosity Meets Code"
description= "Personal Site of Yaheya Quazi"
licenseUrl = "https://creativecommons.org/licenses/by/4.0/"
# Social icons
[[params.social]]
name = "email"
url = "https://www.tesla.com/referral/yaheya94446"
[[params.social]]
name = "twitter"
url = "https://twitter.com/yaheya"
[[params.social]]
name = "github"
url = "https://github.com/yaheya"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/yaheya/"
[[params.social]]
name = "youtube"
url = "https://www.youtube.com/@igluonvinyls?sub_confirmation=1"
[params.style]
# add path to custom CSS files here
custom_css = ["/layouts/css/style.css"]
# add path to custom SCSS files here
custom_scss = []
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/post/"
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/tags/"
[[menu.main]]
identifier = "yaheya"
name = "About"
url = "/yaheya/"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.asciidocExt]
backend = "html5"
docType = "article"
extensions = []
failureLevel = "fatal"
noHeaderOrFooter = true
safeMode = "unsafe"
sectionNumbers = false
trace = false
verbose = true
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2