-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
34 lines (28 loc) · 867 Bytes
/
hugo.toml
File metadata and controls
34 lines (28 loc) · 867 Bytes
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
# Lynko module root config.
# Used when running `hugo server` directly inside the module directory.
# For real usage, see exampleSite/hugo.toml.
baseURL = "http://localhost/"
languageCode = "en-us"
title = "Hayden King"
disableKinds = ["taxonomy", "term"]
[params.lynko]
title = "Hayden King"
handle = "@haydenk"
bio = "Builder of things on the web."
# avatar = "/images/me.jpg"
# primaryColor = "#f97316"
showPoweredBy = true
[[params.lynko.links]]
title = "haydenking.dev"
url = "https://haydenking.dev"
icon = "globe"
[[params.lynko.links]]
title = "GitHub"
url = "https://github.com/haydenk"
icon = "github"
[[params.lynko.social]]
name = "github"
url = "https://github.com/haydenk"
[[params.lynko.social]]
name = "twitter"
url = "https://x.com/haydenk"