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


    footerLinks: [
        {name: "Git", href:"https://git.spelis.projnull.eu/"},
        {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: "File Share", href:"https://share.spelis.projnull.eu/"},
    ]
}