adds hugo config
This commit is contained in:
parent
0e2ee2b3d9
commit
86ed30db7d
15
config.toml
Normal file
15
config.toml
Normal 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>"
|
Loading…
x
Reference in New Issue
Block a user