-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
135 lines (112 loc) · 2.72 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
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
baseurl = "https://phills.me.uk/"
theme = [
"LovePhill",
"LoveItFixed",
"LoveIt",
]
title = "Phill Sparks"
languageCode = "en-GB"
languageName = "English"
enableRobotsTxt = true
enableGitInfo = true
pygmentsUseClasses = false
[author]
name = "Phill Sparks"
email = "[email protected]"
link = "https://phills.me.uk"
[Params]
[Author]
name = "Phill Sparks"
Description = "Climbing Training • Instruction • Coaching"
fingerprint = "sha512"
gitRepo = "https://github.com/sparksp/phills.me.uk"
[Params.header.title]
name = "Phill Sparks"
[Params.footer]
since = 2016
hugo = true
[Params.app]
title = "Phill Sparks"
iconColor = "#da532c"
themeColor = "#da532c"
tileColor = "#da532c"
[Params.social]
GitHub = "sparksp"
Facebook = "phills.climbing"
Instagram = "sparksphill"
Twitter = "SparksPhill"
Email = "[email protected]?subject=Course+Enquiry"
[Params.home.profile]
enable = true
avatarURL = "/about/phills.jpg"
title = "Phill Sparks"
subtitle = "Climber • Instructor • Coach"
typeit = false
[Params.home.posts]
enable = true
[Params.page]
hiddenFromHomePage = true
[Params.search]
enable = true
[Params.Redirects]
Gone = [
"/bookmarks",
"/changelog",
"/comments",
"/directory",
"/fortune",
"/login",
"/mods",
"/register",
"/users"
]
[Params.Redirects.Custom]
"/association/*" = "/associations/:splat"
"/blog/:year/:month/:date/:slug" = "/posts/:slug"
"/blog/tag/*" = "/tags/:splat"
"/course/*" = "/services/:splat"
"/courses/*" = "/services/:splat"
"/experience/*" = "/experience//"
"/pb/*" = "/snip/:splat"
"/photo/*" = "/photos/:splat"
"/policy/*" = "/policies/:splat"
"/post/*" = "/posts/:splat"
"/snip/*" = "/posts/:splat"
"/snips/*" = "/snip/:splat"
[markup]
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
[markup.goldmark.parser.attribute]
block = true
title = true
[outputFormats]
[outputFormats.NetlifyRedirects]
name = "_Redirects"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "JSON", "_Redirects"]
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.speakerDeck]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = "association"
weight = 1