This repository has been archived by the owner on May 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
69 lines (61 loc) · 1.41 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
baseURL = "https://www.hrishikeshk.tk/"
disableHugoGeneratorInject = true
#disableLiveReload = true
disableKinds = ["RSS"]
enableEmoji = true
enableRobotsTXT = true
#paginate = 1
title = "Hrishikesh Kokate"
verbose = true
verboseLog = true
[markup]
[markup.highlight]
lineNos = true
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
identifier = "Home"
name = "Home"
pre = "house"
url = "/"
weight = 1
[minify]
minifyOutput = true
[minify.tdewolff]
[minify.tdewolff.css]
keepCSS2 = false
[minify.tdewolff.html]
keepDefaultAttrVals = false
keepConditionalComments = false
[outputFormats]
[outputFormats.Manifest]
baseName = "manifest"
isPlainText = true
mediaType = "application/json"
[outputFormats.Sprites]
baseName = "sprites"
isPlainText = true
mediaType = "image/svg+xml"
path = "images"
[outputFormats.Styles]
baseName = "styles"
isPlainText = true
mediaType = "text/css"
path = "css"
[outputFormats.SW]
baseName = "sw"
isPlainText = true
mediaType = "application/javascript"
[outputs]
home = ["HTML", "JSON", "Manifest", "Sprites", "Styles", "SW"]
[params]
author = "Hrishikesh Kokate"
mainSections = ["blog", "projects"]
[server]
[[server.headers]]
for = "/*.vtt"
[server.headers.values]
Content-Type = "text/vtt"
[taxonomies]
tag = "tags"