2023-07-18 20:14:11 +02:00
|
|
|
---
|
|
|
|
title: Neko
|
|
|
|
description: WIP
|
2023-07-19 01:19:49 +02:00
|
|
|
layout: home
|
|
|
|
|
|
|
|
hero:
|
|
|
|
name: Neko
|
|
|
|
text: For MangaDex
|
|
|
|
tagline: Features specific to MangaDex that no other fork can offer
|
|
|
|
image: https://raw.githubusercontent.com/CarlosEsco/Neko/main/.github/readme-images/logo.png
|
|
|
|
actions:
|
|
|
|
- theme: brand
|
|
|
|
text: Download
|
|
|
|
link: /
|
|
|
|
- theme: alt
|
|
|
|
text: GitHub
|
|
|
|
link: /
|
|
|
|
|
|
|
|
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">
|
|
|
|
- title: Feature 4
|
|
|
|
details: Describe Feature here.
|
|
|
|
icon: 🐈
|
|
|
|
- title: Feature 5
|
|
|
|
details: Describe Feature here.
|
|
|
|
icon: 🐈
|
|
|
|
- title: Feature 6
|
|
|
|
details: Describe Feature here.
|
|
|
|
icon: 🐈
|
2023-07-18 20:14:11 +02:00
|
|
|
---
|
2023-07-18 02:00:06 +02:00
|
|
|
|
2023-07-19 01:19:49 +02:00
|
|
|
<style>
|
|
|
|
@import "../.vitepress/theme/forks/neko.css"
|
|
|
|
</style>
|