-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
43 lines (33 loc) 路 783 Bytes
/
Copy pathhugo.toml
File metadata and controls
43 lines (33 loc) 路 783 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
35
36
37
38
39
40
41
baseURL = 'https://grayvox.com'
languageCode = 'en-us'
title = 'grayvox'
theme = 'risotto'
[params.theme]
palette = 'tokyo-night-dark'
[params.about]
title = 'Grayvox'
description = 'Programmer. Game Dev. Absurd Creative.'
logo = '馃惡'
[menu]
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 10
[[menu.main]]
identifier = "updates"
name = "Updates"
url = "/updates/"
weight = 10
[[params.socialLinks]]
icon = 'fa-brands fa-bluesky'
title = 'Email'
url = 'https://bsky.app/profile/grayvox.com'
[[params.socialLinks]]
icon = 'fa-brands fa-itch-io'
title = 'itch.io'
url = 'https://grayvox.itch.io'
[[params.socialLinks]]
icon = 'fa-solid fa-code-branch'
title = 'Git'
url = 'https://github.com/Grayvox'