mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
Matthias Kretschmann
1d74f420be
* app router migration * fixes * move to Next.js metadata handling * theme switch fixes * use some server actions * update tests * more unit tests * restore prettier-plugin-sort-imports functionality * cleanup * package updates * basic layout test * test tweak * readme updates
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
||
"description": "Portfolio of web & ui designer/developer Matthias Kretschmann.",
|
||
"img": "twitter-card.png",
|
||
"url": "https://matthiaskretschmann.com",
|
||
"author": {
|
||
"name": "Matthias Kretschmann",
|
||
"label": "Designer & Developer",
|
||
"email": "m@kretschmann.io",
|
||
"picture": "../src/images/avatar.jpg"
|
||
},
|
||
"availability": {
|
||
"status": false,
|
||
"available": "👔 Available for new projects. <a href=\"mailto:m@kretschmann.io\">Let’s talk</a>!",
|
||
"unavailable": "Not available for new projects."
|
||
},
|
||
"profiles": [
|
||
{
|
||
"network": "Blog",
|
||
"url": "https://kremalicious.com"
|
||
},
|
||
{
|
||
"network": "Mastodon",
|
||
"username": "@krema@mas.to",
|
||
"url": "https://mas.to/@krema"
|
||
},
|
||
{
|
||
"network": "GitHub",
|
||
"username": "kremalicious",
|
||
"url": "https://github.com/kremalicious"
|
||
}
|
||
],
|
||
"gpg": "/gpg.txt",
|
||
"addressbook": "/matthias-kretschmann.vcf",
|
||
"bugs": "https://github.com/kremalicious/portfolio/issues/new",
|
||
"allowedHosts": [
|
||
"matthiaskretschmann.com",
|
||
"beta.matthiaskretschmann.com",
|
||
"localhost"
|
||
]
|
||
}
|