adds hugo config

This commit is contained in:
Michael Beck 2025-02-22 16:32:45 +01:00
parent 0e2ee2b3d9
commit 86ed30db7d

15
config.toml Normal file
View File

@ -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 = "❤️ <a href='https://gohugo.io/' target=''>Hugo</a> and <a href='https://mansoorbarri.com/' target='_blank'>Mansoor Barri</a>"