-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
177 lines (150 loc) · 3.27 KB
/
hugo.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
baseURL = "https://haseebmajid.dev/"
title = "Haseeb Majid"
paginate = 25
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
enableEmoji = true
ignorefiles = ["content/slides"]
[markup.highlight]
noclasses = false
[module]
[minify]
disableXML = true
minifyOutput = true
[params]
env = "production"
title = "Haseeb Majid"
description = "Haseeb Majid's blog"
keywords = ["Blog", "Portfolio", "PaperMod"]
author = "Me"
images = ["cover.png"]
DateFormat = "2006-01-02"
defaultTheme = "auto"
ShowReadingTime = true
ShowPageViews = true
ShowLikes = false
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = true
ShowRssButtonInSectionTermList = true
UseHugoToc = true
disableSpecial1stPost = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
showtoc = true
tocopen = false
SeriesOpen = false
goatcounter = "haseebmajid"
[params.assets]
favicon = "/favicon.ico"
favicon16x16 = "/favicon-16x16.png"
favicon32x32 = "/favicon-32x32.png"
apple_touch_icon = "/apple-touch-icon.png"
safari_pinned_tab = "/safari-pinned-tab.svg"
disableHLJS = true
[params.label]
text = "Haseeb Majid"
icon = "/apple-touch-icon.png"
iconHeight = 35
[params.profileMode]
enabled = true
title = "Haseeb Majid"
subtitle = "Backend software engineer 💻 and village cricketer 🏏"
imageUrl = "https://www.gravatar.com/avatar/7ddefc94d562a0b5896ef7f1b7c69e0e?s=250"
imageWidth = 250
imageHeight = 250
imageTitle = "A photo of Haseeb Majid"
[[params.profileMode.buttons]]
name = "Posts"
url = "posts"
[[params.profileMode.buttons]]
name = "Series"
url = "series"
[[params.profileMode.buttons]]
name = "Archive"
url = "archive"
[[params.profileMode.buttons]]
name = "Tags"
url = "tags"
[params.homeInfoParams]
Title = "Hi there 👋"
Content = "Welcome to my blog"
[[params.socialIcons]]
name = "gitlab"
url = "https://gitlab.com/hmajid2301"
[[params.socialIcons]]
name = "github"
url = "https://github.com/hmajid2301"
[[params.socialIcons]]
name = "mastodon"
url = "https://hachyderm.io/@majiy00"
[[params.socialIcons]]
name = "kofi"
url = "https://ko-fi.com/haseeb36616"
[[params.socialIcons]]
name = "youtube"
url = "https://www.youtube.com/@Majiy00"
[params.cover]
hidden = true
hiddenInList = true
hiddenInSingle = true
[params.editPost]
URL = "https://gitlab.com/hmajid2301/blog/-/blob/main/content"
appendFilePath = true
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 100
threshold = 0.0
minMatchCharLength = 0
[[params.fuseOpts.keys]]
name = "title"
weight = 0.8
[[params.fuseOpts.keys]]
name = "section"
weight = 0.2
[[params.fuseOpts.keys]]
name = "content"
weight = 0.4
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "talks"
name = "Talks"
url = "/talks/"
weight = 20
[[menu.main]]
identifier = "videos"
name = "Videos"
url = "/videos/"
weight = 40
[[menu.main]]
identifier = "stats"
name = "Stats"
url = "https://stats.haseebmajid.dev/"
weight = 50
[menu.main.params]
external = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe = true
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5