-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
118 lines (103 loc) · 2.86 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
baseURL = 'https://shashanksharma.xyz'
languageCode = 'en'
title = 'Shashank Sharma'
theme = 'virgo-extended'
hasCJKLanguage = true
summaryLength = 80
paginate = 10000
enableGitInfo = true
enableRobotsTXT = true
timeZone = 'Asia/Kolkata'
ignoreFiles = ['\\.obsidian/*']
[taxonomies]
category = 'categories'
tag = 'tags'
[params]
author = 'Shashank'
version = 'v.2024.11'
slogan = 'Just a guy, who is engineer for fun'
description = 'Backend Engineer | Anime Lover | Artist'
startDate = 2020
logo = '/svg/logo.svg'
en = true
dark = false
isSingleColumnOfPostList = true
isShowPrevNextLink = true
hasActiveFloatingBox = true
isShowRelativePosts = true
isShowMinishipBoxOfNav = false
isShowShipBoxOfNav = true
isShowLocalSearch = true
isShowRecentPostsOfNav = true
hasActiveAnimate = true
# Test for later
hasActiveCool = false
coolBackground = 'color.jpg'
coolOpacity = 0.69
coolSaturate = '180%'
coolBlur = '6px'
hasFoldAllCodeBlocks = false
[params.git_info]
host = "github"
user = "shashank-sharma"
repo = "shashank-sharma.github.io"
[params.video]
notImgButWords = false
src = ['/video/tower.mp4',
'/video/main-tower.mp4',
'/video/first-house.mp4',
'/video/zero-home.mp4',
'/video/tower-water.mp4']
width = 0
words = ""
[params.img]
notImgButWords = false
src = 'cat.svg'
width = 0
words = ""
[params.contact]
email = '[email protected]'
github = 'shashank-sharma'
twitter = 'shashank_py'
instagram = 'shashank.py'
youtube = 'ShashankSharma98'
color = '#696969'
[params.contact.config]
target = '_self'
color = '#8a8a8a'
[params.utterances]
active = false
repo = "loveminimal/comment"
issueTerm = "pathname"
theme = "github-light"
crossorigin = "anonymous"
[params.analytics]
provider = "umami"
umamiWebsiteId = "7a913bd4-fb60-4872-b970-761338fbc7d0"
umamiServerUrl = "umami.shashank-sharma.xyz"
[params.backend]
deviceApiEndpoint = "https://backend.shashank-sharma.xyz/api/track/getapp"
[markup]
[markup.asciidocExt]
preserveTOC = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'emacs'
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true