Initial commit
This commit is contained in:
38
content/global/index.json
Normal file
38
content/global/index.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"header": {
|
||||
"icon": {
|
||||
"name": "Tina",
|
||||
"color": "orange",
|
||||
"style": "float"
|
||||
},
|
||||
"name": "Tina Starter",
|
||||
"color": "default",
|
||||
"nav": [
|
||||
{
|
||||
"href": "",
|
||||
"label": "Home"
|
||||
},
|
||||
{
|
||||
"href": "about",
|
||||
"label": "About"
|
||||
},
|
||||
{
|
||||
"href": "posts",
|
||||
"label": "Blog"
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer": {
|
||||
"color": "default",
|
||||
"social": {
|
||||
"facebook": "/",
|
||||
"twitter": "/",
|
||||
"instagram": "/"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"color": "blue",
|
||||
"font": "sans",
|
||||
"darkMode": "system"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user