-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.toml
More file actions
137 lines (112 loc) · 2.6 KB
/
config.toml
File metadata and controls
137 lines (112 loc) · 2.6 KB
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
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 = "Notes"
url = "/notes"
weight = 12
[[menu.main]]
name = "Now"
url = "/now"
weight = 13
[[menu.main]]
name = "Uses"
url = "/uses"
weight = 15
[minify]
disableXML = true
[mediaTypes."text/plain"]
suffixes = ["txt"]
[outputFormats.TXT]
name = "TXT"
mediaType = "text/plain"
isPlainText = true
notAlternative = false
rel = "alternate"
[outputFormats."webmentions-manifest.json"]
mediaType = "application/json"
baseName = "webmentions-manifest"
isPlainText = true
notAlternative = true
[outputs]
page = ["HTML", "TXT"]
home = ["HTML", "RSS", "webmentions-manifest.json"]
[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.author]
name = "Harsh Shandilya"
email = "me@msfjarvis.dev"
[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/msfjarvis"
[[params.socialIcons]]
title = "RSS"
name = "rss"
url = "/index.xml"
# Enable tags.
[taxonomies]
tag = "tags"
category = "categories"