Publih On: 2023-12-02
access on src/data
and open config.json
files and change with your needed.
You can change title, description ,and others for your website.
fontformatter
{
"url": "insert your website url domain here",
"title": "insert title in here",
"description": "Your website description",
"favicon": "url image for your favicon",
"image": "url image for image banner",
"navbar": "Navbar title in here",
"nav_list": [
{
"nav": "Home",
"link": "/"
},
// if you want add new nav menu you can simple, just copy and paste code like this..
{
"nav": "This is nav name",
"link": "url for your nav menu in here"
},
// implementation navigation area
"nav_list": [
{
"nav": "Home",
"link": "/"
},
{
"nav": "This is nav name",
"link": "url for your nav menu in here"
}
],
// social media area
"social": [
{
"title": "Facebook",
"link": "https://www.fiverr.com/creativitas/"
},
{
"title": "This is your social media name",
"link": "social media url in here..."
},
{
"title": "Instagram",
"link": "https://www.fiverr.com/creativitas/create-your-custom-website-and-app"
}
],
// your contact area
"contact":
{
"address": "insert your address in here",
"city": "insert city here..",
"country": "Insert country in here...",
"phone": "insert your phone number here..",
"email": "insert you email here...."
}
}
After you have setup your config files, you can save it , for update your website.
Next you can move to src/data/home.json
the concept is same like config.json
just change and update with your needed, this home.json
for update your homepage area.