summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
blob: 15335d77d1c149d1a93f4d8d984b7c6f3da9a7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export const config = {
    siteTitle: "Spelis",

    footerLinks: [
        {name: "Github", tooltip: "@Spelis", href:"https://spelis.li/gh"},
        {name: "YouTube", tooltip: "@Spelis", href:"https://spelis.li/yt"},
        {name: "E-Mail", tooltip:"spelis@spelis.li", href:"mailto:spelis@spelis.li"},
        {name: "BlueSky", tooltip:"@spelis.li", href:"https://spelis.li/bsky"},
    ],

    headerLinks: [
        {name: "Git", href:"https://git.spelis.li/"},
        {name: "Files", href:"https://share.spelis.li/"},
    ]
}