WIP: Use Home page style on Neko

EXPERIMENTAL

Changing from this page will keep style until reload, obviously not intended.
This commit is contained in:
Soitora 2023-07-19 01:19:49 +02:00
parent bebcfdac4a
commit a381c31199
2 changed files with 61 additions and 27 deletions

View File

@ -0,0 +1,24 @@
.image-bg {
display: none;
}
:root {
--vp-c-brand: #ff6884;
--vp-c-brand-light: #ff8aa1;
--vp-c-brand-lighter: #ffa7b8;
--vp-c-brand-lightest: #ffc5d0;
--vp-c-brand-dark: #b2485c;
--vp-c-brand-darker: #652934;
--vp-c-brand-dimm: rgba(255, 109, 137, 0.08);
--vp-button-brand-text: var(--vp-c-black);
--vp-button-brand-hover-text: var(--vp-c-black);
--vp-button-brand-active-text: var(--vp-c-black);
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark));
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand) 50%, var(--vp-c-brand-dark) 50%);
}
::selection {
background: rgba(255, 109, 137, 0.2);
}

View File

@ -1,32 +1,42 @@
---
title: Neko
description: WIP
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: 🐈
---
# Neko
This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and TachiyomiJ2K.
This contains features specific to **MangaDex** that those versions cannot offer.
It also features almost every feature that **J2K** has except for extensions (aka other sources), custom covers, and local manga.
## Download
Requires **Android 7.0** or higher.
## Mangadex specific features
* Supports native login to **MangaDex** and supports 2FA
* MDList support
* Similar Manga recommendations
* Manually sync of Manga to and from **MangaDex** follows list
* MDList tracked manga can be auto-marked read in-app after reading on the website
* Ability to filter chapters and skip by scanlator group
## Credits
* [Inorichi](https://github.com/inorichi/) for making the original **Tachiyomi**
* [Jays2Kings](https://github.com/Jays2Kings/) for the wonderful new UI of **J2K**
## Disclaimer
The developer of this application does not have any affiliation with the content providers available.
<style>
@import "../.vitepress/theme/forks/neko.css"
</style>