2023-07-18 20:14:11 +02:00
|
|
|
---
|
|
|
|
title: TachiyomiAZ
|
2023-09-10 21:52:12 +02:00
|
|
|
titleTemplate: false
|
2023-07-21 15:30:50 +02:00
|
|
|
description: Hentai-focused with legacy features
|
2023-07-19 17:26:27 +02:00
|
|
|
|
|
|
|
layout: home
|
2023-07-25 22:38:04 +02:00
|
|
|
pageClass: page-tachiyomi-az
|
2023-07-19 17:26:27 +02:00
|
|
|
|
|
|
|
hero:
|
|
|
|
name: TachiyomiAZ
|
2023-07-21 15:30:50 +02:00
|
|
|
text: Hentai-focused
|
|
|
|
tagline: Recommendation system, a hamburger menu, and loads of hentai
|
2023-07-26 20:07:47 +02:00
|
|
|
image: /forks/logo-az.webp
|
2023-07-19 17:26:27 +02:00
|
|
|
actions:
|
|
|
|
- theme: brand
|
|
|
|
text: Download
|
|
|
|
link: https://github.com/az4521/TachiyomiAZ/releases/latest
|
|
|
|
- theme: alt
|
|
|
|
text: GitHub
|
|
|
|
link: https://github.com/az4521/tachiyomiAZ
|
|
|
|
|
2023-07-26 18:02:57 +02:00
|
|
|
customMetaTitle: TachiyomiAZ
|
|
|
|
|
2023-07-19 17:26:27 +02:00
|
|
|
features:
|
2023-07-21 15:30:50 +02:00
|
|
|
- title: Hentai-focused
|
|
|
|
details: Adds several features to enhance your Hentai experience.
|
|
|
|
icon: 🔞
|
2023-08-27 22:38:36 +02:00
|
|
|
- title: Series recommendations
|
2023-07-21 15:30:50 +02:00
|
|
|
details: Get recommendations from MyAnimeList and AniDB.
|
|
|
|
icon: 📚
|
|
|
|
- title: Legacy design
|
|
|
|
details: Keeps the old design of Tachiyomi with hamburger menu.
|
|
|
|
icon: 👵
|
2023-07-19 17:26:27 +02:00
|
|
|
|
2023-07-20 19:57:20 +02:00
|
|
|
theme: "#FFCC4D"
|
2023-07-26 20:07:47 +02:00
|
|
|
image: /forks/logo-az.webp
|
2023-07-20 19:57:20 +02:00
|
|
|
imageSize: small
|
2023-07-18 20:14:11 +02:00
|
|
|
---
|
2023-07-18 02:00:06 +02:00
|
|
|
|
2023-07-19 17:26:27 +02:00
|
|
|
<br><VPTeamMembers size="small" :members="members" />
|
|
|
|
|
|
|
|
<script setup>
|
2023-09-08 21:25:38 +02:00
|
|
|
import "@theme/styles/forks/tachiyomi-az.styl"
|
2023-07-19 17:26:27 +02:00
|
|
|
import { VPTeamMembers } from "vitepress/theme"
|
|
|
|
|
|
|
|
const members = [
|
|
|
|
{
|
|
|
|
avatar: "https://www.github.com/az4521.png",
|
|
|
|
name: "az4521",
|
|
|
|
title: "Creator",
|
|
|
|
links: [
|
|
|
|
{ icon: "github", link: "https://github.com/az4521" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
avatar: "https://www.github.com/jobobby04.png",
|
|
|
|
name: "jobobby04",
|
|
|
|
title: "Former Maintainer",
|
|
|
|
links: [
|
|
|
|
{ icon: "github", link: "https://github.com/jobobby04" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
avatar: "https://www.github.com/NerdNumber9.png",
|
|
|
|
name: "NerdNumber9",
|
|
|
|
title: "Original EH Fork",
|
|
|
|
links: [
|
|
|
|
{ icon: "github", link: "https://github.com/NerdNumber9" }
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
</script>
|
|
|
|
|
2023-07-21 15:30:50 +02:00
|
|
|
<br>
|
|
|
|
|
|
|
|
<div class="azContainer">
|
|
|
|
<div class="azMarquee">
|
|
|
|
<div class="azWiggleText">
|
2023-07-26 20:07:47 +02:00
|
|
|
<span class="azText"><i>"The BEST fork"</i> - az4521</span>
|
2023-07-21 15:30:50 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|