diff options
Diffstat (limited to '_data/metadata.js')
-rw-r--r-- | _data/metadata.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_data/metadata.js b/_data/metadata.js new file mode 100644 index 0000000..3c6c1b8 --- /dev/null +++ b/_data/metadata.js @@ -0,0 +1,17 @@ +export default { + title: "Sudomsg", + url: new URL("https://sudomsg.com/"), + language: "en-GB", + theme: "#8b0000", + description: "Messages from root", + feed: { + atom: "/feed", + }, + author: { + name: "Marc Pervaz Boocha", + email: "mboocha@sudomsg.xyz", + image: "/public/favicon.svg", + url: "/about/#marc-pervaz-boocha" + } +} + |