summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
diff options
context:
space:
mode:
authorJan Palma <honzik@janpalma.cz>2026-02-27 17:59:06 +0100
committerJan Palma <honzik@janpalma.cz>2026-02-27 17:59:06 +0100
commit1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e (patch)
tree65a4894ed2a6849ab6d18ea0886b74c72035afe1 /siteconfig.mjs
downloadspelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.gz
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.bz2
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.lz
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.xz
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.tar.zst
spelis-web-1fc25997a7d4b3cf80dbc09a3f48afd031ba5d0e.zip
Init
Diffstat (limited to 'siteconfig.mjs')
-rw-r--r--siteconfig.mjs13
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