-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (45 loc) · 1.48 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
baseURL = 'https://spicecat.github.io/'
languageCode = 'en-us'
title = 'spicecat club'
theme = 'gokarna'
[menu]
[[menu.main]]
identifier = 'about'
name = 'About'
url = '/about/'
pre = '<span data-feather="aperture"></span>'
weight = 1
[[menu.main]]
identifier = 'guides'
name = 'Guides'
url = '/guides/'
pre = '<span data-feather="book"></span>'
weight = 2
[[menu.main]]
identifier = 'projects'
name = 'Projects'
url = '/projects/'
pre = '<span data-feather="package"></span>'
weight = 2
[[menu.main]]
identifier = 'git'
name = 'Git'
url = 'https://github.com/spicecat/spicecat.github.io/'
pre = '<span data-feather="git-pull-request"></span>'
weight = 5
[params]
avatarURL = '/spicecat.png'
avatarSize = 'size-xl'
description = "spicecat's personal website"
accentColor = '#00dd42'
footer = '🎉 Made with Hugo, Gokarna, and advanced copy-pasting.'
socialIcons = [
{name = 'github', url = 'https://github.com/spicecat/'},
{name = 'gitea', url = 'https://git.exozy.me/spicecat/'},
{name = 'mastodon', url = 'https://social.exozy.me/@spicecat'},
{name = 'discord', url = 'https://git.exozy.me/spicecat/'},
{name = 'scratch', url = 'https://scratch.mit.edu/users/PusheenGames23/'},
{name = 'lichess', url = 'https://lichess.org/@/zippycollar/'},
{name = 'royaleapi', url = 'https://royaleapi.com/player/920C228C/'},
{name = 'protonmail', url = '/about/email'},
]