summaryrefslogtreecommitdiffstats
path: root/src/data/metadata.js
blob: a38e3441c98129bf564af3974c6a4933aea1a8d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = {
    title: "Sudomsg",
    url: "https://sudomsg.xyz/",
    language: "en-GB",
    theme: "#8b0000",
    description: "Messages from root",
    feed: {
        atom: "/feed.xml",
        json: "/feed.json"
    },
    author: {
        name: "Marc Pervaz Boocha",
        email: "mboocha@sudomsg.xyz",
        github: "https://github.com/marcthe12",
        image: "/favicon/512.png",
        url: "/about/#marc-pervaz-boocha"
    }
};