Skip to content

Config JSON

Configuration

Location src/data/configuration.json

This files is for update your website setup , and update design UI like navbar or footer area

JSON code

{
"url": "http://localhost:4321",
"title": "Creative Photo ART",
"description": "Berkarya lah dengan kegilaan yang mahal, bukan berkarya dengan kemahalan yang gila - The ART of Photography.",
"favicon": "/img/astrojs.svg",
"image": "/img/astro.svg",
"navbar": "Photo Art",
"nav_list": [
{
"nav": "Home",
"link": "/"
},
{
"nav": "About",
"link": "/about"
},
{
"nav": "Service",
"link": "/services"
},
{
"nav": "Gallery",
"link": "/gallery"
},
{
"nav": "Blog",
"link": "/blog"
},
{
"nav": "Contact",
"link": "/contact"
}
],
"nav_footer":
{
"menu_1": "Menu",
"menu_2": "Social",
"menu_3": "Contact"
} ,
"page":
{
"blog_title": "Blog Update",
"blog_text": "Creative ART Blog Article",
"image_title": "Image Gallery",
"image_text": "Creative ART Image Gallery",
"video_title": "Videos Cinema",
"video_text": "Creative ART Videos Cinema ART",
"categories_title": "Categories",
"categories_text": "Creative ART blog Categories",
"tags_title": "Tags",
"tags_text": "Creative ART blog tags",
"concept_title": "Concept",
"concept_text": "Creative ART blog Concept",
"genre_title": "Genre",
"genre_text": "Creative ART genre",
"keyword_title": "Keyword",
"keyword_text": "Creative ART keyword",
"style_title": "Style",
"style_text": "Creative ART style",
"work_title": "Work",
"work_text": "Creative ART work"
} ,
"social": [
{
"title": "Facebook",
"link": "https://www.fiverr.com/creativitas/"
},
{
"title": "Youtube",
"link": "https://www.fiverr.com/creativitas/design-your-modern-website-using-jekyll"
},
{
"title": "Instagram",
"link": "https://www.fiverr.com/creativitas/create-your-custom-website-and-app"
}
],
"contact":
{
"address": "Hollywood - presinteia , 77th",
"city": "Sesame Street",
"country": "Merduso - USA.",
"phone": "+62895339403223",
"email": "axcora@gmail.com"
} ,
"developer":
{
"name": "Creativitas",
"link": "https://www.fiverr.com/creativitas/"
}
}

Update and edit with your needed for update your website configuration.

Read documentation here →