This commit is contained in:
2025-03-15 11:28:40 +01:00
parent 7db75b8b57
commit 441df6c4f7
349 changed files with 892 additions and 16262 deletions

24
default/cfg/footer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"style": "dark",
"links": [
{
"title": "Docs",
"items": [
{
"label": "OurWorld",
"href": "https://www.ourworld.tf"
}
]
},
{
"title": "Links",
"items": [
{
"label": "ThreeFold New Internet",
"href": "https://threefold.io"
}
]
}
],
"copyright": "Copyright © 2025 OurWorld"
}

16
default/cfg/main.json Normal file
View File

@@ -0,0 +1,16 @@
{
"title": "Veda Nile",
"tagline": "Nile boats",
"favicon": "img/ourworld_favicon.png",
"url": "https://info.ourworld.tf",
"baseUrl": "/veda/",
"url_home": "docs",
"image": "img/ourworld_logo.png",
"metadata": {
"description": "Veda Nile Boats",
"image": "https://info.ourworld.tf/img/logo.svg",
"title": "OurWorld Veda"
},
"buildDest":["root@info.ourworld.tf:/root/hero/www/info/veda"],
"buildDestDev":["root@info.ourworld.tf:/root/hero/www/info/veda"]
}

14
default/cfg/navbar.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "",
"logo": {
"alt": "Logo",
"src": "img/ourworld_logo.png"
},
"items": [
{
"href": "https://www.veda-egypt.com/",
"label": "Veda Egypt Website",
"position": "right"
}
]
}