mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Started design.
This commit is contained in:
@@ -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
3
content/refs/end.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tpl": "end"
|
||||
}
|
||||
11
content/refs/head.json
Normal file
11
content/refs/head.json
Normal 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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user