generated from 0-templates/hugo-bs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·83 lines (60 loc) · 1.24 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
title = "Rocky Hutchins"
baseURL = "https://rockyhutchins.com"
[params]
primEmail = "[email protected]"
primPhone = "(517) 630-1783"
firstName = "Rocky"
lastName = "Hutchins"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "modus-vivendi"
[module]
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "node_modules"
target = "static/node_modules"
[[module.mounts]]
source = "favicon"
target = "static"
[[module.mounts]]
source = "assets/images/logo.png"
target = "static/logo-full-res.png"
[build]
writeStats = true
[mediaTypes]
[mediaTypes."text/vcf"]
suffixes = ["vcf"]
[mediaTypes."text/netlify"]
[outputFormats]
[outputFormats.VCF]
mediaType = "text/vcf"
isPlainText = true
notAlternative = true
[outputFormats.REDIR]
mediaType = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[outputs]
home = ["html", "rss", "REDIR"]
[menu]
[[menu.hero]]
name = "Work With Me"
title = "Work With Me"
URL = "/#work-with-me"
weight = 100
[[menu.main]]
name = "Work With Me"
title = "Work With Me"
URL = "/#work-with-me"
weight = 100
[permalinks]
[permalinks.page]
links = '/:slug/'