1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
export const config = {
siteTitle: "Spelis",
footerLinks: [
{name: "Github", href:"https://github.com/spelis/"},
{name: "YouTube", href:"https://www.youtube.com/@Spelis"},
{name: "E-Mail", href:"mailto:spelis.loves.rust@gmail.com"},
],
headerLinks: [
{name: "Skolmaten", href:"https://spelis.projnull.eu/skolmaten/"},
{name: "Git", href:"https://git.spelis.projnull.eu/"},
{name: "Files", href:"https://share.spelis.projnull.eu/"},
]
}
|