mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
More styling, more content.
This commit is contained in:
28
content/404.json
Normal file
28
content/404.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"path": {
|
||||
"en": "/404"
|
||||
},
|
||||
"sitemap": {
|
||||
"priority": "0.1"
|
||||
},
|
||||
"content": {
|
||||
"content": [
|
||||
{"ref": "head"},
|
||||
{"ref": "nav"},
|
||||
{
|
||||
"tpl": "text",
|
||||
"data": {
|
||||
"size": "h1"
|
||||
},
|
||||
"copy": {
|
||||
"en": {
|
||||
"headline": "404",
|
||||
"text": "<p>Whoops — this page does not exist.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{"ref": "footer"},
|
||||
{"ref": "end"}
|
||||
]
|
||||
}
|
||||
}
|
||||
16
content/blog.json
Normal file
16
content/blog.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"path": {
|
||||
"en": "/blog"
|
||||
},
|
||||
"sitemap": {
|
||||
"priority": "0.9"
|
||||
},
|
||||
"content": {
|
||||
"content": [
|
||||
{"ref": "head"},
|
||||
{"ref": "nav"},
|
||||
{"ref": "footer"},
|
||||
{"ref": "end"}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,9 +8,20 @@
|
||||
"content": {
|
||||
"content": [
|
||||
{"ref": "head"},
|
||||
{"ref": "nav"},
|
||||
{
|
||||
"tpl": "intro"
|
||||
},
|
||||
{
|
||||
"tpl": "text",
|
||||
"copy": {
|
||||
"en": {
|
||||
"headline": "TODO",
|
||||
"text": "<ul><li>About</li><li>Skills</li><li>Projects</li><li>Work Experience</li><li>Hire me!</li></ul>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{"ref": "footer"},
|
||||
{"ref": "end"}
|
||||
]
|
||||
}
|
||||
|
||||
16
content/legal.json
Normal file
16
content/legal.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"path": {
|
||||
"en": "/legal"
|
||||
},
|
||||
"sitemap": {
|
||||
"priority": "0.1"
|
||||
},
|
||||
"content": {
|
||||
"content": [
|
||||
{"ref": "head"},
|
||||
{"ref": "nav"},
|
||||
{"ref": "footer"},
|
||||
{"ref": "end"}
|
||||
]
|
||||
}
|
||||
}
|
||||
3
content/refs/footer.json
Normal file
3
content/refs/footer.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tpl": "footer"
|
||||
}
|
||||
3
content/refs/nav.json
Normal file
3
content/refs/nav.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tpl": "nav"
|
||||
}
|
||||
Reference in New Issue
Block a user