diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index f88dca7..ebdbad2 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -213,16 +213,16 @@ function getNav(): DefaultTheme.NavItem[] { link: "/manuals/guides/getting-started/", activeMatch: "/manuals/", }, - { +/* { text: "Desktop app", link: "/desktop/", activeMatch: "/desktop/", - }, - { + }, */ +/* { text: "News", link: "/news/", activeMatch: "/news/" - } + } */ ] } diff --git a/.vitepress/theme/components/Feature.vue b/.vitepress/theme/components/Feature.vue index c9d81f1..a3fbb58 100644 --- a/.vitepress/theme/components/Feature.vue +++ b/.vitepress/theme/components/Feature.vue @@ -1,5 +1,9 @@ @@ -11,6 +12,7 @@ const { frontmatter: fm } = useData() diff --git a/.vitepress/theme/components/HomeHero.vue b/.vitepress/theme/components/HomeHero.vue index 44cdf6e..5b09153 100644 --- a/.vitepress/theme/components/HomeHero.vue +++ b/.vitepress/theme/components/HomeHero.vue @@ -1,5 +1,9 @@ \ No newline at end of file diff --git a/.vitepress/theme/styles/global.css b/.vitepress/theme/styles/global.css index 8f80c90..9cb22ae 100644 --- a/.vitepress/theme/styles/global.css +++ b/.vitepress/theme/styles/global.css @@ -7,16 +7,21 @@ --vp-c-gray-1: #f7f7f7; - --vp-c-blue-1: #0059C8; + --vp-c-blue-1: #0059c8; --vp-c-blue-2: #0152b6; --vp-c-blue-3: #0764d4; - --vp-c-blue-soft: #005ac80e; + --vp-c-blue-soft: #0059c80e; + + --vp-c-accent-1: #575e71; + --vp-c-accent-2: #4b5061; + --vp-c-accent-3: #4b5164; + --vp-c-accent-soft: #575e710e; --vp-c-brand-1: var(--vp-c-blue-1); --vp-c-brand-2: var(--vp-c-blue-2); --vp-c-brand-3: var(--vp-c-blue-3); --vp-c-brand-soft: var(--vp-c-blue-soft); - + --vp-c-sponsor-1: #eab11f; --vp-c-sponsor-2: #e0a615; --vp-c-sponsor-3: #ecb732; @@ -60,8 +65,8 @@ --vp-local-search-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, .12); --vp-home-hero-name-color: transparent; - --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-light) 50%, var(--vp-c-brand-lighter) 50%); +/* --vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand-1) 30%, var(--vp-c-brand-dark)); + --vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-accent-1) 50%, var(--vp-c-brand-1) 50%); */ --vp-home-hero-image-filter: blur(40px); } @@ -77,10 +82,13 @@ --vp-c-blue-1: #7da1e9; --vp-c-blue-2: #6382c2; --vp-c-blue-3: #86a2da; + --vp-c-accent-1: #bec6dc; + --vp-c-accent-2: #a0a7bd; + --vp-c-accent-3: #b2b8c9; --vp-local-search-result-bg: var(--vp-c-bg-soft-mute); --vp-local-search-result-shadow: none; --vp-local-search-footer-shadow: none; - --vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand-darker) 25%, var(--vp-c-brand-darkest) 25%); +/* --vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-accent-1) 25%, var(--vp-c-brand-1) 25%); */ } @media (min-width: 640px) { diff --git a/website/index.md b/website/index.md index b77c460..3563d6d 100644 --- a/website/index.md +++ b/website/index.md @@ -3,8 +3,12 @@ title: Kotatsu layout: home main: - title: Reading wherever you are + title: Manga in your pocket tagline: A simple and convenient open source manga reader from and for the community, where you can find and read your favorite manga easier than ever. + image: + alt: Kotatsu Logo + light: /logo-compact.svg + dark: /logo-compact-dark.svg actions: - theme: brand text: Download @@ -13,10 +17,40 @@ main: text: Manuals link: /manuals/guides/getting-started/ features: - - title: Huge count of sources + - image: + alt: Feature Sources + light: /img/feature_sources-light.webp + dark: /img/feature_sources-dark.webp + title: Huge count of sources details: Supports over a 500+ sources - - title: Supports tracking + - image: + alt: Feature Reader + light: /img/feature_reader-light.webp + dark: /img/feature_reader-dark.webp + title: Customizable reader + details: Make reading even more convenient with different reader settings + - image: + alt: Feature Tracking + light: /img/feature_tracking-light.webp + dark: /img/feature_tracking-dark.webp + title: Supports tracking details: Supports MyAnimeList, Anilist and Shikimori - - title: Synchronization + - image: + alt: Feature Search + light: /img/feature_search-light.webp + dark: /img/feature_search-dark.webp + title: Smart search + details: Search for interested titles quickly and easily + - image: + alt: Feature Downloads + light: /img/feature_downloads-light.webp + dark: /img/feature_downloads-dark.webp + title: Powerful downloader + details: Can download titles slowly to avoid problems with sources + - image: + alt: Feature Sync + light: /img/feature_sync-light.webp + dark: /img/feature_sync-dark.webp + title: Synchronization details: Easily sync series between your devices. --- \ No newline at end of file diff --git a/website/manuals/faq/general/index.md b/website/manuals/faq/general/index.md index fa14ac4..9101e8f 100644 --- a/website/manuals/faq/general/index.md +++ b/website/manuals/faq/general/index.md @@ -79,4 +79,7 @@ Please follow these steps: :::tip Note More information about backup and restore is listed [here](/manuals/guides/backups/). -::: \ No newline at end of file +::: + +## Can I restore my Tachiyomi backup to Kotatsu? +No, you can't. This is due to the difficulty in supporting and adapting the `.proto.gz` format that **Tachiyomi** uses. Also **Kotatsu** and **Tachiyomi** and its forks have different data structures that they use. \ No newline at end of file diff --git a/website/public/img/feature_downloads-dark.webp b/website/public/img/feature_downloads-dark.webp new file mode 100644 index 0000000..604a5db Binary files /dev/null and b/website/public/img/feature_downloads-dark.webp differ diff --git a/website/public/img/feature_downloads-light.webp b/website/public/img/feature_downloads-light.webp new file mode 100644 index 0000000..22f62b6 Binary files /dev/null and b/website/public/img/feature_downloads-light.webp differ diff --git a/website/public/img/feature_reader-dark.webp b/website/public/img/feature_reader-dark.webp new file mode 100644 index 0000000..1830d29 Binary files /dev/null and b/website/public/img/feature_reader-dark.webp differ diff --git a/website/public/img/feature_reader-light.webp b/website/public/img/feature_reader-light.webp new file mode 100644 index 0000000..033a24f Binary files /dev/null and b/website/public/img/feature_reader-light.webp differ diff --git a/website/public/img/feature_search-dark.webp b/website/public/img/feature_search-dark.webp new file mode 100644 index 0000000..2867160 Binary files /dev/null and b/website/public/img/feature_search-dark.webp differ diff --git a/website/public/img/feature_search-light.webp b/website/public/img/feature_search-light.webp new file mode 100644 index 0000000..6a89139 Binary files /dev/null and b/website/public/img/feature_search-light.webp differ diff --git a/website/public/img/feature_sources-dark.webp b/website/public/img/feature_sources-dark.webp new file mode 100644 index 0000000..d6cb360 Binary files /dev/null and b/website/public/img/feature_sources-dark.webp differ diff --git a/website/public/img/feature_sources-light.webp b/website/public/img/feature_sources-light.webp new file mode 100644 index 0000000..ba03040 Binary files /dev/null and b/website/public/img/feature_sources-light.webp differ diff --git a/website/public/img/feature_sync-dark.webp b/website/public/img/feature_sync-dark.webp new file mode 100644 index 0000000..2eed41c Binary files /dev/null and b/website/public/img/feature_sync-dark.webp differ diff --git a/website/public/img/feature_sync-light.webp b/website/public/img/feature_sync-light.webp new file mode 100644 index 0000000..ab8d9f3 Binary files /dev/null and b/website/public/img/feature_sync-light.webp differ diff --git a/website/public/img/feature_tracking-dark.webp b/website/public/img/feature_tracking-dark.webp new file mode 100644 index 0000000..cb5c79c Binary files /dev/null and b/website/public/img/feature_tracking-dark.webp differ diff --git a/website/public/img/feature_tracking-light.webp b/website/public/img/feature_tracking-light.webp new file mode 100644 index 0000000..3dedc21 Binary files /dev/null and b/website/public/img/feature_tracking-light.webp differ diff --git a/website/public/logo-compact-dark.svg b/website/public/logo-compact-dark.svg new file mode 100644 index 0000000..d0563b9 --- /dev/null +++ b/website/public/logo-compact-dark.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/website/public/logo-compact.svg b/website/public/logo-compact.svg index 1341bd9..6432106 100644 --- a/website/public/logo-compact.svg +++ b/website/public/logo-compact.svg @@ -1,57 +1,56 @@ - - + - + + s22.3,30.3,38.3,39.4C2402,866.8,2420.3,871.3,2440.6,871.3z"/> + s28.4-23.5,35.6-42.1l14.3,50.9c-8.1,21.3-22.7,37.8-43.8,49.6S3144.9,944,3112.8,944z M3226.8,939.2v-73.3l-4.8-15.6V722 + c0-24.9-7.5-44.2-22.4-58s-37.6-20.7-67.9-20.7c-20.4,0-40.4,3.2-60.1,9.5c-19.7,6.3-36.3,15.2-49.9,26.5l-33.3-61.8 + c19.4-14.9,42.6-26.1,69.6-33.6c26.9-7.5,54.9-11.2,83.8-11.2c52.5,0,93.1,12.6,121.9,37.7c28.7,25.1,43.1,63.9,43.1,116.4v212.5 + L3226.8,939.2L3226.8,939.2z"/> - - + c-13.1-2.7-27.7-5.2-43.8-7.5s-32.1-5.3-48.2-9.2c-16.1-3.8-30.7-9.5-43.8-17s-23.8-17.5-31.9-30.2c-8.1-12.7-12.2-29.4-12.2-50.2 + c0-23.1,6.6-43.1,19.7-60.1c13.1-17,31.6-30.1,55.3-39.4c23.8-9.3,51.9-13.9,84.5-13.9c24.4,0,49.1,2.7,74,8.1 + c24.9,5.4,45.5,13.1,61.8,23.1l-32.6,64.5c-17.2-10.4-34.5-17.5-51.9-21.4c-17.4-3.8-34.7-5.8-51.9-5.8c-25.8,0-44.9,3.9-57.4,11.5 + c-12.4,7.7-18.7,17.4-18.7,29.2c0,10.9,4.1,19,12.2,24.4c8.1,5.4,18.8,9.7,31.9,12.9c13.1,3.2,27.7,5.8,43.8,7.8s32,5.1,47.9,9.2 + c15.8,4.1,30.4,9.6,43.8,16.6c13.3,7,24.1,16.9,32.3,29.5c8.1,12.7,12.2,29.2,12.2,49.6c0,22.6-6.7,42.3-20,59.1 + c-13.4,16.8-32.3,29.8-56.7,39C3878.6,939.3,3849.4,944,3815.5,944z"/> +