blob: d75013cf57c1ac3f0249f26fe42a0af8afd7fa9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
export default {
title: "Sudomsg",
url: new URL("https://sudomsg.com/"),
language: "en-GB",
theme: "#8b0000",
description: "Important messages from root",
author: {
name: "Marc Pervaz Boocha",
email: "mboocha@sudomsg.com",
image: "/public/profile.jpg",
url: "/about/#marc-pervaz-boocha"
}
}
|