Fetch config via api and move config to data directory

This commit is contained in:
2025-10-09 18:30:09 +02:00
parent c4529ef601
commit a45e379dd1
5 changed files with 79 additions and 101 deletions

View File

@@ -1,36 +0,0 @@
{
"home": {
"headline": "Portfolio",
"text": "As a passionate <b>hobby photographer</b> , I capture the unique beauty and atmosphere of various places. Join me on a visual journey through my lens.",
"buttonText": "My Gallery"
},
"contact": {
"headline": "Contact Me",
"links": [
{
"url": "https://www.instagram.com/f1r3wave",
"hoverColor": "rgba(211, 122, 238, 0.25)",
"image": {
"src": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png",
"alt": "Instagram Logo"
}
},
{
"url": "mailto:mail@mail.com",
"hoverColor": "rgba(78, 172, 248, 0.25)",
"image": {
"src": "https://static.vecteezy.com/system/resources/thumbnails/014/440/980/small_2x/email-message-icon-design-in-blue-circle-png.png",
"alt": "Email Icon"
}
}
],
"imprint": {
"enable": false,
"headline": "Imprint / Legal Notice",
"name": "[Your Full Name]",
"address": "[Your Full Address: Street and House Number, Postcode City]",
"country": "[YourCountry (e.g., Germany)]",
"email": "[Your E-Mail Address]"
}
}
}

View File

@@ -1,36 +0,0 @@
{
"home": {
"headline": "Portfolio",
"text": "As a passionate <b>hobby photographer</b>, I capture the unique beauty and atmosphere of various places. Join me on a visual journey through my lens.",
"buttonText": "Visit Gallery"
},
"contact": {
"headline": "Contact Me",
"links": [
{
"url": "https://www.instagram.com/f1r3wave",
"hoverColor": "rgba(211, 122, 238, 0.25)",
"image": {
"src": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png",
"alt": "Instagram Logo"
}
},
{
"url": "mailto:mail@mail.com",
"hoverColor": "rgba(78, 172, 248, 0.25)",
"image": {
"src": "https://static.vecteezy.com/system/resources/thumbnails/014/440/980/small_2x/email-message-icon-design-in-blue-circle-png.png",
"alt": "Email Icon"
}
}
],
"imprint": {
"enable": false,
"headline": "Imprint / Legal Notice",
"name": "[Your Full Name]",
"address": "[Your Full Address: Street and House Number, Postcode City]",
"country": "[YourCountry (e.g., Germany)]",
"email": "[Your E-Mail Address]"
}
}
}