diff --git a/website/src/.vitepress/config/hooks/generateFeed.ts b/website/src/.vitepress/config/hooks/generateFeed.ts index 70b76da4..3a4ec9e6 100644 --- a/website/src/.vitepress/config/hooks/generateFeed.ts +++ b/website/src/.vitepress/config/hooks/generateFeed.ts @@ -47,7 +47,7 @@ async function generateFeed(config: SiteConfig, hostname: string) { link: fullUrl, description: frontmatter.description, content, - date: frontmatter.date, + date: typeof frontmatter.date == 'string' ? new Date(frontmatter.date) : frontmatter.date, } satisfies Item feed.addItem(post) diff --git a/website/src/news/2023-09-10-updated-website.md b/website/src/news/2023-09-10-updated-website.md index 6de1878d..8521daa6 100644 --- a/website/src/news/2023-09-10-updated-website.md +++ b/website/src/news/2023-09-10-updated-website.md @@ -2,7 +2,7 @@ type: article title: Updated website description: We've got a fresh new website we hope will be even easier to use -date: 2023-09-10 +date: "2023-09-10" --- # Updated website diff --git a/website/src/news/2024-01-09-extensions-removal.md b/website/src/news/2024-01-09-extensions-removal.md new file mode 100644 index 00000000..cd9c5009 --- /dev/null +++ b/website/src/news/2024-01-09-extensions-removal.md @@ -0,0 +1,29 @@ +--- +type: article +title: Extensions list removed +description: Due to extenuating circumstances. +date: "2024-01-09" +--- + +# Extensions list removed + +**Dear Tachiyomi Community,** + +Due to extenuating circumstances, we have made the decision to purge our list of extensions to ensure the long-term sustainability of **Tachiyomi**. + +As of now, **Tachiyomi** is transitioning to a fully bring-your-own-content model. What this means is that you can still enjoy **Tachiyomi** for manga reading, but you'll need to source and add your own content. + +To make this transition smoother for our users, we are retaining a select few extensions that support connecting to personal "Plex-like" systems, such as **Komga**. + +> For the complete list of available extensions, please visit [extensions](/extensions/). + +We strongly encourage all users to exercise caution, and avoid utilizing extensions from unknown repositories, as they may contain malware. + +It's important to note that while existing extensions may continue to work, but we cannot guarantee their functionality indefinitely. + +Additionally, please be aware that neither our Discord server nor our GitHub repository's issues page will provide support for unofficial extensions. + +Best regards, + + +*The Tachiyomi Team*