mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
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:
parent
bebcfdac4a
commit
a381c31199
24
src/.vitepress/theme/forks/neko.css
Normal file
24
src/.vitepress/theme/forks/neko.css
Normal 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);
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user