diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..e9f82de
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,15 @@
+baseURL = 'https://mbeck.cologne/'
+languageCode = 'en-us'
+title = 'Michael Beck - Links'
+theme = "glim-midnight"
+
+[params]
+ title = "Michael Beck"
+ phrases = ["social science", "data science", "music", "code"]
+ links = [
+ {name = "Git", url = "https://git.mbeck.cologne/", newTab = true},
+ {name = "Blog", url = "https://blog.mbeck.cologne/", newTab = true},
+ {name = "Music", url = "https://soundcloud.com/misch_beck", newTab = true},
+ ]
+ backgroundVideo= "bg.mp4"
+ footer = "❤️ Hugo and Mansoor Barri"