From 805f1f0a14cea23d5e06660a1346dd9e5aa9ab8a Mon Sep 17 00:00:00 2001 From: peeym Date: Wed, 1 Apr 2026 10:08:43 +0300 Subject: [PATCH] Add two Astro RTL templates: Starter Kit RTL and Content Hub RTL Co-Authored-By: Claude Opus 4.6 (1M context) --- content/theme/astro-content-hub-rtl.md | 44 ++++++++++++++++++++++++++ content/theme/astro-starter-kit-rtl.md | 43 +++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 content/theme/astro-content-hub-rtl.md create mode 100644 content/theme/astro-starter-kit-rtl.md diff --git a/content/theme/astro-content-hub-rtl.md b/content/theme/astro-content-hub-rtl.md new file mode 100644 index 000000000..99b3f1273 --- /dev/null +++ b/content/theme/astro-content-hub-rtl.md @@ -0,0 +1,44 @@ +--- +title: Astro Content Hub RTL +github: https://github.com/peeym/astro-content-hub-rtl +demo: https://content-hub-rtl.vercel.app +author: shortcutz +date: 2026-04-01 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Documentation + - Business +description: Content/knowledge hub — Astro + Tailwind v4, 22 pages, RTL support, articles, FAQ, newsletter. +featured: false +--- + +# Astro Content Hub RTL + +A content-focused knowledge hub built with Astro and Tailwind CSS v4, designed for RTL (right-to-left) languages. Features 22 pages covering articles, FAQ, newsletter signup, and more. + +## Features + +- Full RTL support for Hebrew, Arabic, and other RTL languages +- 22 pre-built pages +- Tailwind CSS v4 styling +- Article/content management system +- FAQ section +- Newsletter integration ready +- SEO optimized +- Responsive design +- Clean, modern UI + +## Getting Started + +```bash +git clone https://github.com/peeym/astro-content-hub-rtl.git +cd astro-content-hub-rtl +npm install +npm run dev +``` diff --git a/content/theme/astro-starter-kit-rtl.md b/content/theme/astro-starter-kit-rtl.md new file mode 100644 index 000000000..773a7a2f7 --- /dev/null +++ b/content/theme/astro-starter-kit-rtl.md @@ -0,0 +1,43 @@ +--- +title: Astro Starter Kit RTL +github: https://github.com/peeym/astro-starter-rtl +demo: https://starter-kit-rtl.vercel.app +author: shortcutz +date: 2026-04-01 +ssg: + - Astro +cms: + - No CMS +css: + - css +archetype: + - Business + - Blog + - Personal +description: Production-ready Astro template with full RTL support. 13 pages, 15+ components, dark mode, blog with MDX. +featured: false +--- + +# Astro Starter Kit RTL + +A production-ready Astro template built for RTL (right-to-left) languages like Hebrew and Arabic. Includes 13 pages, 15+ reusable components, dark mode toggle, and a blog system powered by MDX. + +## Features + +- Full RTL support out of the box +- 13 pre-built pages (home, about, services, blog, contact, privacy, 404, and more) +- 15+ reusable components (Hero, Feature Grid, Pricing Table, Stats Bar, Split Section, Breadcrumb, Pagination, etc.) +- Dark mode with system preference detection +- Blog with MDX support and content collections +- SEO-friendly with proper meta tags +- Responsive design +- Vanilla CSS with custom properties (no framework dependency) + +## Getting Started + +```bash +git clone https://github.com/peeym/astro-starter-rtl.git +cd astro-starter-rtl +npm install +npm run dev +```