From 1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e Mon Sep 17 00:00:00 2001 From: Jan Palma Date: Fri, 27 Feb 2026 17:59:06 +0100 Subject: Init --- siteconfig.mjs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 siteconfig.mjs (limited to 'siteconfig.mjs') diff --git a/siteconfig.mjs b/siteconfig.mjs new file mode 100644 index 0000000..834b707 --- /dev/null +++ b/siteconfig.mjs @@ -0,0 +1,13 @@ +export const config = { + siteTitle: "/home/spelis", + + + socials: [ + {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"}, + {name: "Skolmaten", href:"https://spelis.projnull.eu/skolmaten/"}, + {name: "File Share", href:"https://share.spelis.projnull.eu/"}, + ] +} \ No newline at end of file -- cgit v1.3-7-ge9ab