2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-06 07:18:21 +01:00

Improve forks customizability ()

* Test commit

* Fix color and add description

* Build rest of the files

* Remove redundant line from Neko.vue

* Merge Fork Page components

* Remove redundant style

* Change as per review comments

* Change AZ description slightly

* Carlos got Jays name wrong

Yeeting this in the PR too for good measure
This commit is contained in:
Soitora 2020-05-09 19:05:30 +02:00 committed by GitHub
parent b8ee05f796
commit edf353af84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 122 additions and 20 deletions

View File

@ -107,7 +107,7 @@ export default {
width 8.5rem
&:focus
outline none
outline-style solid
outline-style none
&:hover
cursor pointer
text-decoration none !important

View File

@ -0,0 +1,31 @@
<template>
<Layout :class="$frontmatter.title">
<main class="page">
<slot name="top" />
<Content class="theme-default-content" />
<PageEdit />
<PageNav v-bind="{ sidebarItems }" />
<slot name="bottom" />
</main>
</Layout>
</template>
<script>
import Layout from '@theme/layouts/Layout.vue'
import PageEdit from '@theme/components/PageEdit.vue'
import PageNav from '@theme/components/PageNav.vue'
export default {
components: { PageEdit, PageNav, Layout },
props: ['sidebarItems']
}
</script>
<style lang="stylus">
.page
padding-bottom 2rem
display block
</style>

View File

Before

(image error) Size: 731 KiB

After

(image error) Size: 731 KiB

View File

Before

(image error) Size: 16 KiB

After

(image error) Size: 16 KiB

View File

Before

(image error) Size: 10 KiB

After

(image error) Size: 10 KiB

View File

Before

(image error) Size: 9.1 KiB

After

(image error) Size: 9.1 KiB

View File

Before

(image error) Size: 18 KiB

After

(image error) Size: 18 KiB

View File

Before

(image error) Size: 20 KiB

After

(image error) Size: 20 KiB

View File

@ -179,6 +179,32 @@ font-feature-settings()
height 3rem
margin-bottom .625rem
// Fork pages
.Neko
.theme-default-content a
color darken($nekoAccentColor, 25%)
.page-edit .edit-link a,
.page-edit .last-updated .prefix
color darken($nekoAccentColor, 40%)
.TachiyomiAZ
.theme-default-content a,
.page-edit .edit-link a,
.page-edit .last-updated .prefix
color darken($azAccentColor, 40%)
@media (min-width 764px)
.Neko
.nav-item > a:not(.external):hover,
.nav-item > a:not(.external).router-link-active
border-bottom 2px solid $nekoAccentColor
.TachiyomiAZ
.nav-item > a:not(.external):hover,
.nav-item > a:not(.external).router-link-active
border-bottom 2px solid $azAccentColor
// Center align class
.centered
text-align center

View File

@ -25,3 +25,8 @@ $MQMobileNarrow = 419px
// Fonts
$buttonFontFamily = 'Open Sans', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
$codeFontFamily = source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace
// Forks
$nekoAccentColor = #3DDA83
$j2kAccentColor = $accentColor
$azAccentColor = #FFCC4D
$ehAccentColor = $accentColor

View File

@ -1,18 +1,28 @@
---
layout: ForkPage
title: Neko
metaTitle: Neko
description: MangaDex specific fork of Tachiyomi and TachiyomiJ2K. This contains features specific to MangaDex that those versions cannot offer.
lang: en-US
meta:
- property: og:image
content: /forks/Neko/img/logo.png
- name: theme-color
content: "#38CA79"
- name: msapplication-TileColor
content: "#38CA79"
sidebar: false
---
# <img class="headerLogo" :src="$withBase('/assets/media/fork-Neko-icon.png')"> Neko
# <img class="headerLogo" :src="$withBase('/forks/Neko/img/logo.png')"> Neko
<ForkButtons forkName="Neko" downloadForkLink="https://api.github.com/repos/CarlosEsco/Neko/releases/latest" downloadForkStyle="background-color:#3DDA83;color:#000000;" githubForkLink="window.open('https://github.com/CarlosEsco/Neko')"/>
## About
This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and [TachiyomiJ2K](/forks/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.
This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and [TachiyomiJ2K](/forks/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.
## Screenshots
<img :src="$withBase('/assets/media/fork-Neko-banner.png')"/>
<img :src="$withBase('/forks/Neko/img/banner.png')"/>
## Mangadex specific features:
- Supports native login to **MangaDex** and supports 2FA
@ -23,7 +33,7 @@ This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and [
## Credits
- [Inorichi](https://github.com/inorichi/) for making the original **Tachiyomi**
- [Jays2King](https://github.com/Jays2Kings/) for the wonderful new UI of **J2K**
- [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.

View File

@ -9,26 +9,26 @@ sidebarDepth: 0
# Forks
Forks are alternative versions of **Tachiyomi** with exclusive features.
## <img class="headerLogo" :src="$withBase('/assets/media/fork-Neko-icon.png')"> [Neko](/forks/Neko)
## <img class="headerLogo" :src="$withBase('/forks/Neko/img/logo.png')"> [Neko](/forks/Neko)
::: aside-guide
Maintained by [CarlosEsco](https://github.com/CarlosEsco)
:::
This **MangaDex** focused fork enhances your reading with native integration and recommendations.
## <img class="headerLogo" :src="$withBase('/assets/media/fork-J2K-icon.png')"> [TachiyomiJ2K](/forks/TachiyomiJ2K)
## <img class="headerLogo" :src="$withBase('/forks/TachiyomiJ2K/img/logo.png')"> [TachiyomiJ2K](/forks/TachiyomiJ2K)
::: aside-guide
Maintained by [Jays2Kings](https://github.com/Jays2Kings)
:::
This fork adds certain enhancements that is not yet present in the base app.
This fork takes a new approach to the design of the base app along with several other enhancements.
## <img class="headerLogo" :src="$withBase('/assets/media/fork-AZ-icon.png')"> [TachiyomiAZ](/forks/TachiyomiAZ)
## <img class="headerLogo" :src="$withBase('/forks/TachiyomiAZ/img/logo.png')"> [TachiyomiAZ](/forks/TachiyomiAZ)
::: aside-guide
Maintained by [az4521](https://github.com/az4521) and [Syer10](https://github.com/jobobby04)
:::
TachiyomiAZ is a fork based off of **TachiyomiEH**, it has most features and fixes from Preview, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style
This hentai focused fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from **Tachiyomi**, as well as features from **[TachiyomiJ2K](/forks/TachiyomiJ2K)**. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
## <img class="headerLogo" :src="$withBase('/assets/media/fork-EH-icon.png')"> [TachiyomiEH](/forks/TachiyomiEH) <Badge text="Deprecated" type="error" vertical="middle" />
## <img class="headerLogo" :src="$withBase('/forks/TachiyomiEH/img/logo.png')"> [TachiyomiEH](/forks/TachiyomiEH) <Badge text="Deprecated" type="error" vertical="middle" />
::: aside-guide
Maintained by [NerdNumber9](https://github.com/NerdNumber9)
:::

View File

@ -1,17 +1,27 @@
---
layout: ForkPage
title: TachiyomiAZ
metaTitle: TachiyomiAZ
description: This hentai focused fork is based off of TachiyomiEH, it has most features and fixes from Tachiyomi, as well as features from TachiyomiJ2K.
lang: en-US
meta:
- property: og:image
content: /forks/TachiyomiAZ/img/logo.png
- name: theme-color
content: "#FFCC4D"
- name: msapplication-TileColor
content: "#FFCC4D"
sidebar: false
---
# <img class="headerLogo" :src="$withBase('/assets/media/fork-AZ-icon.png')"> TachiyomiAZ
# <img class="headerLogo" :src="$withBase('/forks/TachiyomiAZ/img/logo.png')"> TachiyomiAZ
<ForkButtons forkName="TachiyomiAZ" downloadForkLink="https://api.github.com/repos/az4521/TachiyomiAZ/releases/latest" githubForkLink="window.open('https://github.com/az4521/TachiyomiAZ')"/>
<ForkButtons forkName="TachiyomiAZ" downloadForkLink="https://api.github.com/repos/az4521/TachiyomiAZ/releases/latest" downloadForkStyle="background-color:#FFCC4D;color:#000000;" githubForkLink="window.open('https://github.com/az4521/TachiyomiAZ')"/>
## Introduction
**TachiyomiAZ** is maintained by **[az4521](https://github.com/az4521)** and [Syer10](https://github.com/jobobby04).
This fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from Preview, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
This hentai focused fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from **Tachiyomi**, as well as features from **[TachiyomiJ2K](/forks/TachiyomiJ2K)**. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
## Features
**Special Sources** (integrated plus added features)
@ -54,4 +64,4 @@ This fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most fea
- Grid view corner rounding configuration
- Manga recommendations
<img :src="$withBase('/assets/media/fork-AZ-symbol.png')">
<img :src="$withBase('/forks/TachiyomiAZ/img/gunz.png')">

View File

@ -1,10 +1,20 @@
---
layout: ForkPage
title: TachiyomiEH
metaTitle: TachiyomiEH
description: This fork adds features that enhances the hentai experience with integrations to popular sevices such as E-Hentai, nHentai and more.
lang: en-US
meta:
- property: og:image
content: /forks/TachiyomiEH/img/logo.png
- name: theme-color
content: "#2e84bf"
- name: msapplication-TileColor
content: "#2e84bf"
sidebar: false
---
# <img class="headerLogo" :src="$withBase('/assets/media/fork-EH-icon.png')"> TachiyomiEH <Badge text="Deprecated" type="error" vertical="middle" />
# <img class="headerLogo" :src="$withBase('/forks/TachiyomiEH/img/logo.png')"> TachiyomiEH <Badge text="Deprecated" type="error" vertical="middle" />
<ForkButtons forkName="TachiyomiEH" downloadForkLink="https://api.github.com/repos/NerdNumber9/TachiyomiEH/releases/latest" githubForkLink="window.open('https://github.com/NerdNumber9/TachiyomiEH')"/>
@ -15,7 +25,7 @@ This fork adds features that enhances the hentai experience with integrations to
At the moment, it is **deprecated** as the developer does not have time to maintain it. Use [TachiyomiAZ](/forks/TachiyomiAZ) instead.
<img :src="$withBase('/assets/media/fork-EH-banner.png')"/>
<img :src="$withBase('/forks/TachiyomiEH/img/banner.png')"/>
## Features
::: aside-guide

View File

@ -1,19 +1,29 @@
---
layout: ForkPage
title: TachiyomiJ2K
metaTitle: TachiyomiJ2K
description: This fork takes a new approach to the design of the base app along with several other enhancements.
lang: en-US
meta:
- property: og:image
content: /forks/TachiyomiJ2K/img/logo.png
- name: theme-color
content: "#2e84bf"
- name: msapplication-TileColor
content: "#2e84bf"
sidebar: false
---
# <img class="headerLogo" :src="$withBase('/assets/media/fork-J2K-icon.png')"> TachiyomiJ2K
# <img class="headerLogo" :src="$withBase('/forks/TachiyomiJ2K/img/logo.png')"> TachiyomiJ2K
<ForkButtons forkName="TachiyomiJ2K" downloadForkLink="https://api.github.com/repos/Jays2Kings/tachiyomiJ2K/releases/latest" githubForkLink="window.open('https://github.com/Jays2Kings/tachiyomiJ2K')"/>
## Introduction
**TachiyomiJ2K** is maintained by **[Jays2Kings](https://github.com/Jays2Kings)**.
This fork adds certain enhancements that is not yet present in the base app.
This fork takes a new approach to the design of the base app along with several other enhancements.
<img :src="$withBase('/assets/media/fork-J2K-banner.png')"/>
<img :src="$withBase('/forks/TachiyomiJ2K/img/banner.png')"/>
## Features
::: aside-guide