Started design.

This commit is contained in:
2024-05-28 17:11:43 +02:00
parent 752aeb9082
commit 8952108bb5
71 changed files with 169 additions and 571 deletions
+4 -8
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
View File
@@ -0,0 +1,3 @@
{
"tpl": "end"
}
+11
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."
}
}
}