Started design.

This commit is contained in:
2024-05-28 17:11:43 +02:00
parent 752aeb9082
commit 8952108bb5
71 changed files with 170 additions and 572 deletions

View File

@@ -7,15 +7,11 @@
},
"content": {
"content": [
{"ref": "head"},
{
"tpl": "main",
"copy": {
"en": {
"title": "Marvin Blum - marvinblum.de",
"headline": "Welcome to my website!"
}
}
}
"tpl": "intro"
},
{"ref": "end"}
]
}
}

3
content/refs/end.json Normal file
View File

@@ -0,0 +1,3 @@
{
"tpl": "end"
}

11
content/refs/head.json Normal file
View File

@@ -0,0 +1,11 @@
{
"tpl": "head",
"copy": {
"en": {
"copyright": "Marvin Blum",
"author": "Marvin Blum",
"title": "Hi, I'm Marvin.",
"meta_description": "Hi, I'm Marvin, co-founder of Pirsch Analytics, software engineer, and open-source enthusiast."
}
}
}