index.json (593B)
1 { 2 "header": { 3 "icon": { 4 "name": "Tina", 5 "color": "orange", 6 "style": "float" 7 }, 8 "name": "Tina Starter", 9 "color": "default", 10 "nav": [ 11 { 12 "href": "", 13 "label": "Home" 14 }, 15 { 16 "href": "about", 17 "label": "About" 18 }, 19 { 20 "href": "posts", 21 "label": "Blog" 22 } 23 ] 24 }, 25 "footer": { 26 "color": "default", 27 "social": { 28 "facebook": "/", 29 "twitter": "/", 30 "instagram": "/" 31 } 32 }, 33 "theme": { 34 "color": "blue", 35 "font": "sans", 36 "darkMode": "system" 37 } 38 }