diff options
Diffstat (limited to 'siteconfig.mjs')
| -rw-r--r-- | siteconfig.mjs | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
