-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
104 lines (85 loc) · 2.04 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
baseURL = "https://msfjarvis.dev/"
title = "Harsh Shandilya"
theme = ["github.com/adityatelange/hugo-PaperMod"]
enableInlineShortcodes = true
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
enableEmoji = true
[pagination]
pagerSize = 10
[markup]
[markup.highlight]
pygmentsUseClasses = true
pygmentsCodefences = true
noClasses = false
[[menu.main]]
name = "About"
url = "/about"
weight = 5
[[menu.main]]
name = "Blog"
url = "/posts"
weight = 10
[[menu.main]]
name = "Uses"
url = "/uses"
weight = 15
[minify]
disableXML = true
[params]
env = "production"
defaultTheme = "auto"
description = "Recovering Android and Kotlin developer, amateur Rustacean"
images = ["android-chrome-512x512.webp"]
comments = true
utterancesRepo = "msfjarvis/msfjarvis.dev"
showShareButtons = true
shareButtons = ["linkedin", "reddit", "telegram"]
showReadingTime = true
showPostNavLinks = true
showBreadCrumbs = true
showCodeCopyButtons = true
showRssButtonInSectionTermList = true
ShowFullTextinRSS = true
showToc = true
social = true
[params.editPost]
url = "https://github.com/msfjarvis/msfjarvis.dev/edit/main/content/"
text = "Suggest Changes"
appendFilePath = true
[params.assets]
disableHLJS = true
favicon = "favicon.ico"
favicon16x16 = "favicon-16x16.webp"
favicon32x32 = "favicon-32x32.webp"
apple_touch_icon = "apple-touch-icon.png"
safari_pinned_tab = "mask-icon.svg"
[params.homeInfoParams]
title = "Hi 👋, I am Harsh"
content = "Recovering Android and Kotlin developer, amateur Rustacean"
[[params.socialIcons]]
title = "GitHub"
name = "github"
url = "https://github.com/msfjarvis"
[[params.socialIcons]]
title = "Mastodon (Android)"
name = "mastodon"
url = "https://androiddev.social/@msfjarvis"
[[params.socialIcons]]
title = "Mastodon (Gaming)"
name = "mastodon"
url = "https://mstdn.games/@msfjarvis"
[[params.socialIcons]]
title = "Gitea"
name = "gitea"
url = "https://git.msfjarvis.dev/explore/repos"
[[params.socialIcons]]
title = "RSS"
name = "rss"
url = "/index.xml"
# Enable tags.
[taxonomies]
tag = "tags"
category = "categories"