72 lines
1.5 KiB
Markdown
Raw Normal View History

2023-07-18 20:14:11 +02:00
---
title: Neko
description: LongDesc
layout: home
2023-07-20 01:51:12 +02:00
pageClass: page-neko
hero:
name: Neko
text: For MangaDex
tagline: LongDesc
image: /forks/forks_logo-neko.png
actions:
- theme: brand
text: Download
link: https://github.com/CarlosEsco/Neko/releases/latest
- theme: alt
text: GitHub
link: https://github.com/CarlosEsco/Neko
features:
- title: Feature 1
details: Describe Feature here.
icon: <img src="https://mangadex.org/img/brand/mangadex-logo.svg">
- title: Feature 2
details: Describe Feature here.
icon: <img src="https://mangadex.org/img/brand/mangadex-logo.svg">
- title: Feature 3
details: Describe Feature here.
icon: <img src="https://mangadex.org/img/brand/mangadex-logo.svg">
head:
- - meta
- property: og:image
content: /forks/forks_logo-neko.png
- - meta
- name: theme-color
content: "#FD6684"
- - meta
- name: msapplication-TileColor
content: "#FD6684"
2023-07-18 20:14:11 +02:00
---
2023-07-18 02:00:06 +02:00
<br><VPTeamMembers size="small" :members="members" />
<script setup>
import { VPTeamMembers } from "vitepress/theme"
const members = [
{
avatar: "https://www.github.com/CarlosEsco.png",
name: "CarlosEsco",
title: "Creator",
links: [
{ icon: "github", link: "https://github.com/CarlosEsco" }
]
},
{
avatar: "https://www.github.com/Jays2Kings.png",
name: "Jays2Kings",
title: "Fork base",
links: [
{ icon: "github", link: "https://github.com/Jays2Kings" }
]
}
]
</script>
<style>
2023-07-20 01:51:12 +02:00
@import "../.vitepress/theme/styles/forks/neko.css"
</style>