mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Remove Neko
This commit is contained in:
parent
9daf6f4c39
commit
147a7686f2
@ -1,60 +0,0 @@
|
|||||||
// Assign theme color
|
|
||||||
$themeColor = #ff6884
|
|
||||||
|
|
||||||
.page-neko {
|
|
||||||
.VPHero {
|
|
||||||
h1 {
|
|
||||||
.clip {
|
|
||||||
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.VPButton {
|
|
||||||
&.brand {
|
|
||||||
border-color: var(--vp-button-brand-border)
|
|
||||||
color: var(--vp-button-brand-text)
|
|
||||||
background-color: var(--vp-button-brand-bg)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-bg {
|
|
||||||
display: none
|
|
||||||
}
|
|
||||||
|
|
||||||
::selection {
|
|
||||||
background: alpha($themeColor, 0.2)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Colors
|
|
||||||
* -------------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
:root .page-neko {
|
|
||||||
--vp-c-brand: $themeColor
|
|
||||||
--vp-c-brand-light: tint($themeColor, 20%)
|
|
||||||
--vp-c-brand-lighter: tint($themeColor, 40%)
|
|
||||||
--vp-c-brand-lightest: tint($themeColor, 60%)
|
|
||||||
--vp-c-brand-dark: shade($themeColor, 25%)
|
|
||||||
--vp-c-brand-darker: shade($themeColor, 50%)
|
|
||||||
--vp-c-brand-darkest: shade($themeColor, 75%)
|
|
||||||
--vp-c-brand-dimm: alpha($themeColor, 0.08)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Component: Button
|
|
||||||
* -------------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
:root .page-neko {
|
|
||||||
--vp-button-brand-border: var(--vp-c-brand-light)
|
|
||||||
--vp-button-brand-text: var(--vp-c-black)
|
|
||||||
--vp-button-brand-bg: var(--vp-c-brand)
|
|
||||||
--vp-button-brand-hover-border: var(--vp-c-brand-light)
|
|
||||||
--vp-button-brand-hover-text: var(--vp-c-black)
|
|
||||||
--vp-button-brand-hover-bg: var(--vp-c-brand-light)
|
|
||||||
--vp-button-brand-active-border: var(--vp-c-brand-light)
|
|
||||||
--vp-button-brand-active-text: var(--vp-c-black)
|
|
||||||
--vp-button-brand-active-bg: var(--vp-button-brand-bg)
|
|
||||||
}
|
|
@ -18,7 +18,7 @@ What works well for somebody else might not work well for you.
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
## What is a scanlator source?
|
## What is a scanlator source?
|
||||||
Non-officially licensed series are translated by scanlators, often found on their websites or [MangaDex](https://mangadex.org/).
|
Non-officially licensed series are translated by scanlators, often found on their own websites or aggregator websites.
|
||||||
Compare with official sources like [MANGA Plus By SHUEISHA](https://mangaplus.shueisha.co.jp) or [VIZ Shonen Jump](https://www.viz.com/shonenjump).
|
Compare with official sources like [MANGA Plus By SHUEISHA](https://mangaplus.shueisha.co.jp) or [VIZ Shonen Jump](https://www.viz.com/shonenjump).
|
||||||
Learn more in this [Wikipedia article](https://en.wikipedia.org/wiki/Scanlation).
|
Learn more in this [Wikipedia article](https://en.wikipedia.org/wiki/Scanlation).
|
||||||
|
|
||||||
|
@ -86,10 +86,6 @@ All [endorsed Tachiyomi forks](/forks/) support the `.tachibk`/`.proto.gz` forma
|
|||||||
|
|
||||||
In addition, some forks have specific limitations regarding backup restoration:
|
In addition, some forks have specific limitations regarding backup restoration:
|
||||||
|
|
||||||
- [Neko](/forks/Neko/) can only restore [MangaDex](/extensions/#all.mangadex) entries in a backup.
|
|
||||||
> Entries from other sources will not transfer.
|
|
||||||
|
|
||||||
> Migrate everything to MangaDex if you require to.
|
|
||||||
- All forks have fork-specific settings and changes that might be saved in Backups.
|
- All forks have fork-specific settings and changes that might be saved in Backups.
|
||||||
Such settings are not restored in original Tachiyomi and will get lost when creating a new backup.
|
Such settings are not restored in original Tachiyomi and will get lost when creating a new backup.
|
||||||
> For Example: [TachiyomiSY](/forks/TachiyomiSY/) has the option to backup/restore saved searches.
|
> For Example: [TachiyomiSY](/forks/TachiyomiSY/) has the option to backup/restore saved searches.
|
||||||
|
@ -1,64 +0,0 @@
|
|||||||
---
|
|
||||||
title: Neko
|
|
||||||
titleTemplate: false
|
|
||||||
description: Features specific to MangaDex with the featureset of TachiyomiJ2K
|
|
||||||
|
|
||||||
layout: home
|
|
||||||
pageClass: page-neko
|
|
||||||
|
|
||||||
hero:
|
|
||||||
name: Neko
|
|
||||||
text: For MangaDex
|
|
||||||
tagline: Features specific to MangaDex with the featureset of TachiyomiJ2K
|
|
||||||
image: /forks/logo-neko.webp
|
|
||||||
actions:
|
|
||||||
- theme: brand
|
|
||||||
text: Download
|
|
||||||
link: https://github.com/CarlosEsco/Neko/releases/latest
|
|
||||||
- theme: alt
|
|
||||||
text: GitHub
|
|
||||||
link: https://github.com/CarlosEsco/Neko
|
|
||||||
|
|
||||||
customMetaTitle: Neko
|
|
||||||
|
|
||||||
features:
|
|
||||||
- title: MangaDex
|
|
||||||
details: Native login with support for MDList as a tracker, and syncing the MangaDex follows list.
|
|
||||||
icon: <img src="/img/logo-mangadex.svg" alt="MangaDex Logo" height="32" width="32">
|
|
||||||
- title: Similiar Series
|
|
||||||
details: Recommendation system
|
|
||||||
icon: 📚
|
|
||||||
- title: Merging missing chapters
|
|
||||||
details: If anything is missing on MangaDex you can attempt to merge them with another source.
|
|
||||||
icon: ❔
|
|
||||||
|
|
||||||
theme: "#FD6684"
|
|
||||||
image: /forks/logo-neko.webp
|
|
||||||
imageSize: small
|
|
||||||
---
|
|
||||||
|
|
||||||
<br><VPTeamMembers size="small" :members="members" />
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import "@theme/styles/forks/neko.styl"
|
|
||||||
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>
|
|
@ -8,10 +8,6 @@ next: false
|
|||||||
pageClass: forks
|
pageClass: forks
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: Neko
|
|
||||||
details: Features specific to MangaDex with the feature set of TachiyomiJ2K
|
|
||||||
icon: <img src="/forks/logo-neko.webp" alt="Neko Logo" height="32" width="32">
|
|
||||||
link: /forks/Neko/
|
|
||||||
- title: TachiyomiJ2K
|
- title: TachiyomiJ2K
|
||||||
details: New design approach along with several other enhancements
|
details: New design approach along with several other enhancements
|
||||||
icon: <img src="/forks/logo-j2k.webp" alt="TachiyomiJ2K Logo" height="32" width="32">
|
icon: <img src="/forks/logo-j2k.webp" alt="TachiyomiJ2K Logo" height="32" width="32">
|
||||||
|
@ -27,7 +27,7 @@ features:
|
|||||||
link: /docs/guides/tracking
|
link: /docs/guides/tracking
|
||||||
linkText: Setup tracking
|
linkText: Setup tracking
|
||||||
- title: Extensions
|
- title: Extensions
|
||||||
details: Online and offline reading from over a thousand sources.
|
details: Bring your own content from a variety of sources.
|
||||||
icon: <svg height="24" width="24" viewBox="0 -960 960 960" fill="var(--vp-c-yellow-2)" xmlns="http://www.w3.org/2000/svg"><path d="M352-120H200q-33 0-56.5-23.5T120-200v-152q48 0 84-30.5t36-77.5q0-47-36-77.5T120-568v-152q0-33 23.5-56.5T200-800h160q0-42 29-71t71-29q42 0 71 29t29 71h160q33 0 56.5 23.5T800-720v160q42 0 71 29t29 71q0 42-29 71t-71 29v160q0 33-23.5 56.5T720-120H568q0-50-31.5-85T460-240q-45 0-76.5 35T352-120Zm-152-80h85q24-66 77-93t98-27q45 0 98 27t77 93h85v-240h80q8 0 14-6t6-14q0-8-6-14t-14-6h-80v-240H480v-80q0-8-6-14t-14-6q-8 0-14 6t-6 14v80H200v88q54 20 87 67t33 105q0 57-33 104t-87 68v88Zm310-310Z"/></svg>
|
icon: <svg height="24" width="24" viewBox="0 -960 960 960" fill="var(--vp-c-yellow-2)" xmlns="http://www.w3.org/2000/svg"><path d="M352-120H200q-33 0-56.5-23.5T120-200v-152q48 0 84-30.5t36-77.5q0-47-36-77.5T120-568v-152q0-33 23.5-56.5T200-800h160q0-42 29-71t71-29q42 0 71 29t29 71h160q33 0 56.5 23.5T800-720v160q42 0 71 29t29 71q0 42-29 71t-71 29v160q0 33-23.5 56.5T720-120H568q0-50-31.5-85T460-240q-45 0-76.5 35T352-120Zm-152-80h85q24-66 77-93t98-27q45 0 98 27t77 93h85v-240h80q8 0 14-6t6-14q0-8-6-14t-14-6h-80v-240H480v-80q0-8-6-14t-14-6q-8 0-14 6t-6 14v80H200v88q54 20 87 67t33 105q0 57-33 104t-87 68v88Zm310-310Z"/></svg>
|
||||||
link: /extensions/
|
link: /extensions/
|
||||||
linkText: Find extensions
|
linkText: Find extensions
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB |
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<svg viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M34.542 21.669H8.216a.585.585 0 0 1 0-1.17h26.326a.585.585 0 0 1 0 1.17Zm0 2.218H8.216a.585.585 0 1 1 0-1.17h26.326a.585.585 0 0 1 0 1.17Z" fill="#ff6740" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M30.233 23.229v3.912l1.675-.97 1.676.97V23.23h-3.35Z" fill="#ff6740" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M35.715 10.866h-4.403v2.441h4.403v-2.44Z" fill="#272B30" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M38.08 13.928c-.021-.02-.043-.037-.065-.056a5.998 5.998 0 0 1-1.266-1.536l-.009-.018h-.001a5.91 5.91 0 0 1-.72-2.15c-.004-.047-.01-.093-.015-.14v-.009a1.514 1.514 0 0 0-.327-.725l-.048-.054a10.43 10.43 0 0 0-5.301-3.198 6.574 6.574 0 0 1 .81-3.484.376.376 0 0 0-.332-.557h-.026a13.705 13.705 0 0 0-6.965 3.33 13.792 13.792 0 0 0-2.85 3.56 12.616 12.616 0 0 0-1.722-.764 12.859 12.859 0 0 0-5.536-.697 12.765 12.765 0 0 0-4.165 1.105C5.379 10.437 2.405 14.49 2.039 19.27c-.026.33-.039.665-.039 1v3.233c0 .56.083 1.098.237 1.605a5.55 5.55 0 0 0 2.596 3.226c.76.427 1.63.68 2.56.704h8.212a1.623 1.623 0 0 1 .243 0c.013 0 .026 0 .04.003.021.001.042.002.064.005a1.941 1.941 0 0 1 1.706 1.702 1.291 1.291 0 0 1 .014.23l-.001.036v.004a1.95 1.95 0 0 0 .918 1.61 1.94 1.94 0 0 0 2.955-1.514.943.943 0 0 0 .004-.077v-.108c0-.662-.11-1.3-.313-1.891a5.816 5.816 0 0 0-1.421-2.254 5.815 5.815 0 0 0-4.087-1.676H8.88c-.016.002-.033.002-.05.002-.016 0-.033 0-.05-.002a2.917 2.917 0 0 1-2.87-2.918 2.92 2.92 0 0 1 2.92-2.921h26.106a1.52 1.52 0 0 0 1.443-1.05l.02-.07c.091-.294.27-.55.506-.737l.004-.002a.638.638 0 0 1 .058-.044.934.934 0 0 1 .082-.055 2.985 2.985 0 0 0 1.032-3.385Zm-3.487-1.165a.377.377 0 0 1-.175-.044 2.037 2.037 0 0 0-1.423-.234c-.212.04-.412.114-.595.215l-.008.006c-.012.004-.022.011-.032.018a.369.369 0 0 1-.37-.634l.036-.022a2.794 2.794 0 0 1 2.735 0l.036.022a.367.367 0 0 1-.204.673Z" fill="#272B30" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M38.08 13.928c-.021-.02-.043-.037-.065-.056a5.998 5.998 0 0 1-1.266-1.536l-.009-.018h-.001a5.91 5.91 0 0 1-.72-2.15c-.004-.047-.01-.093-.015-.14v-.009a1.514 1.514 0 0 0-.327-.725l-.048-.054a10.43 10.43 0 0 0-5.301-3.198 6.574 6.574 0 0 1 .81-3.484.376.376 0 0 0-.332-.557h-.026a13.705 13.705 0 0 0-6.965 3.33 13.792 13.792 0 0 0-2.85 3.56 12.616 12.616 0 0 0-1.722-.764 12.859 12.859 0 0 0-5.536-.697 12.765 12.765 0 0 0-4.165 1.105C5.379 10.437 2.405 14.49 2.039 19.27c-.026.33-.039.665-.039 1v3.233c0 .56.083 1.098.237 1.605a5.55 5.55 0 0 0 2.596 3.226c.76.427 1.63.68 2.56.704h8.212a1.623 1.623 0 0 1 .243 0c.013 0 .026 0 .04.003.021.001.042.002.064.005a1.941 1.941 0 0 1 1.706 1.702 1.291 1.291 0 0 1 .014.23l-.001.036v.004a1.95 1.95 0 0 0 .918 1.61 1.94 1.94 0 0 0 2.955-1.514.943.943 0 0 0 .004-.077v-.108c0-.662-.11-1.3-.313-1.891a5.816 5.816 0 0 0-1.421-2.254 5.815 5.815 0 0 0-4.087-1.676H8.88c-.016.002-.033.002-.05.002-.016 0-.033 0-.05-.002a2.917 2.917 0 0 1-2.87-2.918 2.92 2.92 0 0 1 2.92-2.921h26.106a1.52 1.52 0 0 0 1.443-1.05l.02-.07c.091-.294.27-.55.506-.737l.004-.002a.638.638 0 0 1 .058-.044.934.934 0 0 1 .082-.055 2.985 2.985 0 0 0 1.032-3.385Zm-3.487-1.165a.377.377 0 0 1-.175-.044 2.037 2.037 0 0 0-1.423-.234c-.212.04-.412.114-.595.215l-.008.006c-.012.004-.022.011-.032.018a.369.369 0 0 1-.37-.634l.036-.022a2.794 2.794 0 0 1 2.735 0l.036.022a.367.367 0 0 1-.204.673Z" fill="#E6E6E6" style="stroke: rgb(44, 44, 44); stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.4px;" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M21.005 8.824c.703 3.38 3.635 5.915 7.147 5.915 2.067 0 3.933-.88 5.262-2.292l-.021-.001c-.137 0-.27.013-.398.04a1.942 1.942 0 0 0-.595.214l-.008.006a.11.11 0 0 0-.033.019.369.369 0 0 1-.532-.33c0-.128.064-.239.162-.305l.037-.022a2.789 2.789 0 0 1 1.952-.294 7.519 7.519 0 0 0 1.309-2.898 10.415 10.415 0 0 0-4.96-2.834 6.573 6.573 0 0 1 .81-3.485.376.376 0 0 0-.332-.557c-.008 0-.017 0-.026.002a13.7 13.7 0 0 0-6.965 3.33 13.793 13.793 0 0 0-2.81 3.492Z" fill="#ff6740" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M36.145 15.807a13.641 13.641 0 0 0-.955-.26 16.819 16.819 0 0 0-2.907-.459c-.652-.054-1.306-.027-1.956.023l-.488.054c-.162.023-.32.062-.482.09-.328.04-.636.16-.962.228a7.178 7.178 0 0 1 1.906-.572 8.967 8.967 0 0 1 1.998-.083 11.15 11.15 0 0 1 1.972.313 9.682 9.682 0 0 1 1.874.666Zm-.287.6a13.093 13.093 0 0 0-.983-.115 16.794 16.794 0 0 0-2.944-.022c-.653.043-1.295.167-1.93.313l-.475.126c-.156.047-.308.108-.463.16-.319.089-.605.252-.917.369a7.175 7.175 0 0 1 1.8-.849 8.965 8.965 0 0 1 1.963-.38c.665-.05 1.335-.05 1.997.018a9.73 9.73 0 0 1 1.952.38Zm-.045.699c-.33.026-.659.051-.985.1a16.838 16.838 0 0 0-2.878.614c-.628.183-1.228.442-1.818.723l-.435.225c-.143.08-.278.172-.418.257-.293.155-.537.376-.817.557a7.174 7.174 0 0 1 1.575-1.217 8.939 8.939 0 0 1 1.835-.794 11.13 11.13 0 0 1 1.953-.415 9.683 9.683 0 0 1 1.988-.05Z" fill="#272B30" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M38.015 13.872a6.04 6.04 0 0 1-.32-.3.968.968 0 0 0 .5 1.796h.015c.006-.041.016-.08.02-.122a2.95 2.95 0 0 0-.15-1.319l-.065-.055Z" fill="#F27BAA" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M29.993 6.54c0 .046 0 .092.002.138a10.408 10.408 0 0 0-3.166 2.017 5.556 5.556 0 0 1 4.345-6.23 7.584 7.584 0 0 0-1.18 4.075Z" fill="#fff" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
<path d="M19.814 26.785a5.844 5.844 0 0 0-.404-.36 4.512 4.512 0 0 0-3.245 2.66 1.942 1.942 0 0 1 1.507 1.893l-.001.037v.004a1.955 1.955 0 0 0 .918 1.611 1.94 1.94 0 0 0 2.959-1.592v-.108c0-.662-.11-1.3-.313-1.891a5.831 5.831 0 0 0-1.421-2.255Z" fill="#ff6740" transform="matrix(1, 0, 0, 1, 4.440892098500626e-16, 0)"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.7 KiB |
Loading…
Reference in New Issue
Block a user