mirror of
https://github.com/DerTyp7/f1r3wave-website.git
synced 2025-10-28 12:32:08 +01:00
add default config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,7 +19,8 @@
|
||||
|
||||
# production
|
||||
/build
|
||||
/data
|
||||
/data/*
|
||||
!/data/config.json
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
36
data/config.json
Normal file
36
data/config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"home": {
|
||||
"headline": "Portfolio",
|
||||
"text": "Just a <b>hobby photographer</b> sharing moments that catch my eye.",
|
||||
"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]"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user