This commit is contained in:
root
2023-07-29 22:17:22 +02:00
parent d6cbc9bc0f
commit 65a0be1350
28 changed files with 627 additions and 3 deletions

18
data/features.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"title": "Simple",
"description": "All the bare necessities are there.",
"icon": "icon-desktop_windows"
},
{
"title": "Fast",
"description": "Light weight and fast loading speed.",
"icon": "icon-lightbulb_outline"
},
{
"title": "Github",
"description": "Please fork the Github repository and contribute to this theme!",
"icon": "icon-github",
"link": "https://github.com/opera7133/tella"
}
]

11
data/slide.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"title": "Tella, A Hugo theme for Companies.",
"image": "img/slide/slide01.jpg"
},
{
"title": "Sample text here...",
"image": "img/slide/slide02.jpg",
"color": "text-black"
}
]