-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
100 lines (82 loc) · 2.63 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
# https://gohugo.io/getting-started/configuration/
baseURL = "https://jamesdavidson.xyz/"
copyright = "This work is licensed under [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)."
defaultContentLanguage = "en"
# Automatically generated RSS was broken by Hugo v0.134.x
disableKinds = "RSS"
enableEmoji = true
enableRobotsTXT = true
languageCode = "en"
title = "James Davidson"
[minify]
# https://gohugo.io/getting-started/configuration/#configure-minify
# https://gohugo.io/hugo-pipes/minification/
minifyOutput = true
[module]
[[module.imports]]
path = 'github.com/gokarna-theme/gokarna-hugo'
[privacy]
[privacy.youtube]
privacyEnhanced = true
[params]
# https://gohugo.io/methods/site/params/
# https://gokarna-hugo.netlify.app/posts/theme-documentation-basics/
# https://gokarna-hugo.netlify.app/posts/theme-documentation-advanced/
avatarSize = "size-s"
avatarURL = "/images/avatar.webp"
description = "Host of Jibber Jabber with Jim, as heard on Swing with Jim"
footer = "James Davidson"
metaKeywords = ["swing with jim", "jibber jabber with jim", "fcr plymouth",
"ferndale community radio"]
showBackToTopButton = true
socialIcons = [
{name = "youtube", url = "https://www.youtube.com/channel/UCPiMq6YLZieMieOuZ8GJfrg"},
{name = "linkedin", url = "https://www.linkedin.com/in/jamesericdavidson"},
{name = "protonmail", url = "mailto:[email protected]"},
]
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
pre = "<span data-feather='home'></span>"
[[menu.main]]
name = "Jibber Jabber with Jim"
url = "/jibberjabberwithjim/"
weight = 2
pre = "<span data-feather='mic'></span>"
[[menu.main]]
name = "Swing with Jim"
url = "/swingwithjim/"
weight = 3
pre = "<span data-feather='headphones'></span>"
[[menu.main]]
name = "Testimonials"
url = "/testimonials/"
weight = 4
pre = "<span data-feather='edit-3'></span>"
[[menu.main]]
name = "About Me"
url = "/about/"
weight = 5
pre = "<span data-feather='user'></span>"
[[menu.main]]
identifier = "YouTube"
weight = 10
url = "https://www.youtube.com/channel/UCPiMq6YLZieMieOuZ8GJfrg"
pre = "<span data-feather='youtube'></span>"
[[menu.main]]
identifier = "LinkedIn"
weight = 11
url = "https://www.linkedin.com/in/jamesericdavidson"
pre = "<span data-feather='linkedin'></span>"
[[menu.main]]
identifier = "Email"
weight = 12
url = "mailto:[email protected]"
pre = "<span data-feather='mail'></span>"
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false