-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
33 lines (27 loc) · 819 Bytes
/
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
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = "Sasmit's Blog"
theme = ["PaperMod"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[params]
math = true
ShowShareButtons = true
author = ["Sasmit Datta"]
ShowCodeCopyButtons = true
ShowReadingTime= true
[params.homeInfoParams]
Title = "Hi! Welcome to Sasmit's Blog ..."
Content = "This is just a page where I document my learning notes."
[[params.socialIcons]]
name = "github"
url = "https://github.com/Sasopsy"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/sasmit-datta-92695b248/"